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 a9854fd commit 6a0d071Copy full SHA for 6a0d071
.github/workflows/main.yml
@@ -125,7 +125,7 @@ jobs:
125
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
126
uses: aws-actions/configure-aws-credentials@v1
127
with:
128
- role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
+ role-to-assume: ${{ secrets.DOCS_AWS_ROLE }}
129
aws-region: us-east-1
130
131
run: make promote-docs-in-s3
0 commit comments