mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
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>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user