We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03597ba commit 4d29bf4Copy full SHA for 4d29bf4
.github/workflows/main.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: npm run build
26
27
- name: Configure AWS credentials
28
- uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
+ uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5
29
with:
30
role-to-assume: ${{ secrets.DOCS_AWS_IAM_ROLE }}
31
aws-region: ${{ secrets.DOCS_AWS_REGION }}
0 commit comments