Skip to content

Commit

Permalink
Merge pull request #798 from fluxcd/cleanup-aws-nuke
Browse files Browse the repository at this point in the history
workflow: Set aws-nuke region for cleanup
  • Loading branch information
darkowlzz authored Aug 5, 2024
2 parents 8d9a8a3 + e98ccfa commit 7d033c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ jobs:
role-session-name: cleanup_GH_Actions
aws-region: ${{ vars.AWS_REGION }}
- name: Run reaper
run: go run ./ -provider aws -retention-period 1h -tags 'ci=true' -delete
run: go run ./ -provider aws-nuke -awsregions '${{ vars.AWS_REGION }},${{ vars.OCI_E2E_TF_VAR_cross_region }}' -retention-period 1h -tags 'ci=true' -delete

0 comments on commit 7d033c1

Please sign in to comment.