Skip to content

Commit

Permalink
Update delete_stack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaydeokar authored Oct 21, 2024
1 parent d082cd8 commit 92680cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: ./.github/workflows/stackset_workflow.yml
with:
stack-set-name: Access-analyser
stack-instance-region: us-east-1
stackset-instance-region: us-east-1
secrets:
AWS_ROLE_TO_ASSUME: ${{ secrets.AWS_GITHUB_OIDC_ROLE }}
account-ids: ${{ secrets.ACCOUNT_IDS }}
Expand All @@ -43,7 +43,7 @@ jobs:
uses: ./.github/workflows/stackset_workflow.yml
with:
stack-set-name: GuardDuty
stack-instance-region: us-east-1
stackset-instance-region: us-east-1
secrets:
AWS_ROLE_TO_ASSUME: ${{ secrets.AWS_GITHUB_OIDC_ROLE }}
account-ids: ${{ secrets.ACCOUNT_IDS }}
Expand Down

0 comments on commit 92680cd

Please sign in to comment.