Skip to content

Commit 3042b00

Browse files
chore: Add aws-session-token notation to README (#189)
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>
1 parent 93dd093 commit 3042b00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Add the following step to your workflow:
2727
with:
2828
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2929
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
30+
# aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }} # if you have/need it
3031
aws-region: us-east-2
3132
```
3233

0 commit comments

Comments
 (0)