IAM role for github action
This commit is contained in:
parent
dac5b9f833
commit
332162e95a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yaml
vendored
2
.github/workflows/docker-image.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
uses: aws-actions/configure-aws-credentials@v2
|
||||
with:
|
||||
role-to-assume: arn:aws:iam::209466391465:role/GitHubAction-AssumeRoleWithAction
|
||||
role-session-name: samplerolesession
|
||||
role-session-name: GitHub_to_AWS_via_FederatedOIDC
|
||||
aws-region: us-east-1
|
||||
|
||||
- name: Login to Amazon ECR
|
||||
|
|
Loading…
Reference in a new issue