Skip to content

Commit

Permalink
Update Github workflow secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-bar authored Feb 22, 2024
1 parent ac1fd7b commit 5fc8e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

env:
AWS_BUCKET: ${{ secrets.AWS_BUCKET }}
AWS_BUCKET_REGION: ${{ secrets.BUCKET_REGION }}
AWS_BUCKET_REGION: ${{ secrets.AWS_BUCKET_REGION }}
ROLE_ODIC_ARN: ${{ secrets.ROLE_ODIC_ARN }}
ROLE_SESSION_NAME: "Github-Actions-ODIC"
ROLE_DEFAULT_REGION: "us-east-1"
Expand Down

0 comments on commit 5fc8e2a

Please sign in to comment.