We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988e753 commit 4621196Copy full SHA for 4621196
1 file changed
.github/workflows/publish.yml
@@ -81,9 +81,8 @@ jobs:
81
- name: 🌐 Configure AWS credentials
82
uses: aws-actions/configure-aws-credentials@v2
83
with:
84
- aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
85
- aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
86
- aws-region: us-east-1
+ role-to-assume: arn:aws:iam::067435167850:role/GitHubAction-AssumeRoleWithAction
+ aws-region: ${{ env.AWS_REGION }}
87
88
- name: 🌐 Login to ECR
89
id: ecr-login
0 commit comments