We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0c79c commit 5102160Copy full SHA for 5102160
1 file changed
.github/workflows/deploy.yml
@@ -31,9 +31,7 @@ jobs:
31
- name: Configure AWS credentials
32
uses: aws-actions/configure-aws-credentials@v4
33
with:
34
- aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
35
- aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
36
- aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}
+ role-to-assume: arn:aws:iam::300563897675:role/github-actions-react-s3-deploy
37
aws-region: eu-central-1
38
39
- name: Deploy to S3
0 commit comments