From 3042b009625a34bedaba3cc28b2713a8e11d4f2b Mon Sep 17 00:00:00 2001 From: Jakub Holy Date: Fri, 23 Apr 2021 18:42:56 +0200 Subject: [PATCH] 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> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a800632..864f9c9 100644 --- a/README.md +++ b/README.md @@ -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 ```