Skip to content

Commit

Permalink
Use AWS secrets for Terraform state storage (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab authored Mar 11, 2024
1 parent 44e7f4a commit 5a22e98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
pnpm build:tsc
- name: Apply Terraform CDK configuration
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
shell: bash
run: |
cd infra
Expand Down

0 comments on commit 5a22e98

Please sign in to comment.