Skip to content

Commit

Permalink
add aws secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpalas committed May 27, 2021
1 parent 44ad330 commit b6c5b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
terraform:
name: "Terraform"
runs-on: ubuntu-latest
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
defaults:
run:
working-directory: 07-managing-multiple-environments/file-structure/staging
Expand Down

0 comments on commit b6c5b3c

Please sign in to comment.