Skip to content

Commit

Permalink
Update .github/workflows/terraform-apply.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 3, 2024
1 parent 10a61fc commit b5a460f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
AWS_ACCESS_KEY_ID: "${{ vars.AWS_ACCESS_KEY_ID }}"
AWS_DEFAULT_REGION: "${{ vars.AWS_DEFAULT_REGION
AWS_SESSION_TOKEN: "${{ secrets.AWS_SESSION_TOKEN }}"


# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit b5a460f

Please sign in to comment.