Skip to content

Commit

Permalink
add secret passphrase env var to destroy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithKovi committed Aug 3, 2024
1 parent 4f610f0 commit 508c01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}

0 comments on commit 508c01c

Please sign in to comment.