Skip to content

Commit

Permalink
Optionally delay destroy in github actions to allow investigation time
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Apr 25, 2024
1 parent c89d6d4 commit 34afb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dsf_single_account_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ env:
AWS_SECRET_ACCESS_KEY_STAGE: ${{ secrets.AWS_SECRET_ACCESS_KEY_STAGE }}
JUMP_SERVER_KEY: ${{ secrets.JUMP_SERVER_KEY }}
AWS_KEY_PATH: "aws_key.cer"
DESTROY_DELAY_SECONDS: 30
DESTROY_DELAY_SECONDS: 1800

permissions:
contents: read
Expand Down

0 comments on commit 34afb22

Please sign in to comment.