We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb5f3a commit 750f6caCopy full SHA for 750f6ca
.github/workflows/build-and-push.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Configure AWS credentials (OIDC)
77
uses: aws-actions/configure-aws-credentials@v4
78
with:
79
- role-to-assume: arn:aws:iam::022948663888:oidc-provider/token.actions.githubusercontent.com
+ role-to-assume: arn:aws:iam::022948663888:role/git-ci-role
80
aws-region: us-east-1 # Public ECR 固定这个
81
82
- name: Login to Amazon Public ECR
0 commit comments