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 90f763d commit fc93113Copy full SHA for fc93113
.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@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
+ uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5
29
with:
30
role-to-assume: ${{ secrets.DOCS_AWS_IAM_ROLE }}
31
aws-region: ${{ secrets.DOCS_AWS_REGION }}
0 commit comments