Skip to content

Commit

Permalink
fix(.github/workflows/workflow.yml): aws-session-token included
Browse files Browse the repository at this point in the history
  • Loading branch information
plbalmeida committed Jan 23, 2024
1 parent b2d59b9 commit ba486c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}
aws-region: us-east-1

- name: Start AWS CodeBuild
Expand Down

0 comments on commit ba486c3

Please sign in to comment.