We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94c18f4 + b34c2db commit 5789737Copy full SHA for 5789737
1 file changed
.github/workflows/cd.www.yml
@@ -20,7 +20,7 @@ jobs:
20
if: startsWith(github.event.release.tag_name || github.event.inputs.tag, 'v2')
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: aws-actions/configure-aws-credentials@v5
+ - uses: aws-actions/configure-aws-credentials@v6
24
with:
25
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
26
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments