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 9284463 commit 7571bd4Copy full SHA for 7571bd4
.github/workflows/main.yml
@@ -119,10 +119,10 @@ jobs:
119
name: docs
120
path: docs/site/
121
- uses: aws-actions/configure-aws-credentials@v1
122
+ id: creds
123
with:
- aws-access-key-id: ${{ secrets.AWS_ID }}
124
- aws-secret-access-key: ${{ secrets.AWS_SECRET }}
125
- aws-region: us-east-1
+ role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
+ aws-region: ${{ secrets.AWS_REGION }}
126
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
127
run: make sync-latest-docs-to-s3
128
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
0 commit comments