Skip to content

Commit

Permalink
chore(ci): show aws access key
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Oct 17, 2023
1 parent fd66050 commit a489fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
env:
TF_IN_AUTOMATION: true

AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

# `TF_VAR_*` are case sensitive and must match the case of variables
Expand Down

0 comments on commit a489fe9

Please sign in to comment.