We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6af928 + 0a3dddf commit a43a901Copy full SHA for a43a901
.github/workflows/upload-aws-templates-to-s3.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Configure AWS credentials
35
uses: aws-actions/configure-aws-credentials@v4
36
with:
37
- role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
+ role-to-assume: "arn:aws:iam::325553860333:role/github-actions-s3-uploader"
38
role-session-name: GitHubActions-S3Upload
39
aws-region: ${{ env.AWS_REGION }}
40
0 commit comments