From 4c262d8aabaaa9141ae4ebec1dad511e1c0ba5e1 Mon Sep 17 00:00:00 2001 From: Ryan Owens Date: Sun, 11 Apr 2021 23:52:21 +0000 Subject: [PATCH] chore: update README with new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6729fc0..61e1605 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The name of the IAM User whose credentials are being rotated. aws-region: us-east-1 - name: Rotate Credentials - uses: ryanvade/aws-credentials-rotation-action@v1 + uses: ryanvade/aws-credentials-rotation-action@v1.0.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACCESS_KEY_ID_SECRET_NAME: "AWS_ACCESS_KEY_ID" @@ -56,7 +56,7 @@ The name of the IAM User whose credentials are being rotated. aws-region: us-east-1 - name: Rotate Credentials - uses: ryanvade/aws-credentials-rotation-action@v1 + uses: ryanvade/aws-credentials-rotation-action@v1.0.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACCESS_KEY_ID_SECRET_NAME: "AWS_ACCESS_KEY_ID"