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.
2 parents 01d59e9 + f923968 commit e833204Copy full SHA for e833204
.github/workflows/main.yml
@@ -125,8 +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
- aws-access-key-id: ${{ secrets.DOCS_AWS_ID }}
129
- aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET }}
+ role-to-assume: ${{ secrets.DOCS_AWS_ROLE }}
130
aws-region: us-east-1
131
132
run: make promote-docs-in-s3
0 commit comments