Skip to content

Commit

Permalink
chore: update README with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvade committed Apr 11, 2021
1 parent 296ea7d commit 4c262d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 4c262d8

Please sign in to comment.