From 2222c6ed2c571e2252af8982f70510d707036daa Mon Sep 17 00:00:00 2001 From: Juan Eugenio Abadie Date: Sun, 20 Nov 2022 19:51:29 +0100 Subject: [PATCH] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9caaa00..b95f4b8 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Find working minimal examples for the most known registries in [this repo](https with: username: "${{ secrets.AWS_ACCESS_KEY_ID }}" # no need to provide it if you already logged in with aws-actions/configure-aws-credentials password: "${{ secrets.AWS_SECRET_ACCESS_KEY }}" # no need to provide it if you already logged in with aws-actions/configure-aws-credentials - session: "${{ secrets.AWS_SESSION_TOKEN }}" # if you need role assumption + session: "${{ secrets.AWS_SESSION_TOKEN }}" # if you need role assumption. no need to provide it if you already logged in with aws-actions/configure-aws-credentials # private registry registry: 861729690598.dkr.ecr.us-west-1.amazonaws.com # or public registry