Skip to content

Commit

Permalink
chore: Add aws-session-token notation to README (#189)
Browse files Browse the repository at this point in the history
I nearly gave up, believing it is not supported, until I read the action.yml. I think it is worth making this clear already in the README.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
holyjak and mergify[bot] authored Apr 23, 2021
1 parent 93dd093 commit 3042b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Add the following step to your workflow:
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 }} # if you have/need it
aws-region: us-east-2
```
Expand Down

0 comments on commit 3042b00

Please sign in to comment.