Skip to content

Commit affa80f

Browse files
authored
edit the same file again for good measure
1 parent 7571bd4 commit affa80f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ jobs:
8989
asset_name: ${{ steps.create_dist.outputs.whl_basename }}
9090
asset_content_type: application/x-wheel+zip
9191
- uses: aws-actions/configure-aws-credentials@v1
92+
id: creds
9293
with:
93-
aws-access-key-id: ${{ secrets.AWS_ID }}
94-
aws-secret-access-key: ${{ secrets.AWS_SECRET }}
95-
aws-region: us-east-1
94+
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
95+
aws-region: ${{ secrets.AWS_REGION }}
9696
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
9797
run: make sync-latest-to-s3
9898
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)