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