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 7571bd4 commit affa80fCopy full SHA for affa80f
.github/workflows/main.yml
@@ -89,10 +89,10 @@ jobs:
89
asset_name: ${{ steps.create_dist.outputs.whl_basename }}
90
asset_content_type: application/x-wheel+zip
91
- uses: aws-actions/configure-aws-credentials@v1
92
+ id: creds
93
with:
- aws-access-key-id: ${{ secrets.AWS_ID }}
94
- aws-secret-access-key: ${{ secrets.AWS_SECRET }}
95
- aws-region: us-east-1
+ role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
+ aws-region: ${{ secrets.AWS_REGION }}
96
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
97
run: make sync-latest-to-s3
98
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
0 commit comments