1
0
Fork 0
mirror of synced 2026-06-05 12:55:14 +00:00

Update README.md with v2 instead of v1 (#733)

This commit is contained in:
escudero89 2023-05-26 00:10:40 +02:00 committed by GitHub
commit 81fba9ea6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ In this two-step example, the first step will use OIDC to assume the role `arn:a
```yaml ```yaml
- name: Configure AWS Credentials - name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1 uses: aws-actions/configure-aws-credentials@v2
with: with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}