Skip to content

Commit 40d9ad4

Browse files
authored
Merge pull request #57 from codeguru42/fix-deploy
Fix role name again
2 parents 367c413 + 3e360ee commit 40d9ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Configure AWS credentials
2020
uses: aws-actions/configure-aws-credentials@v1-node16
2121
with:
22-
role-to-assume: arn:aws:iam::200049542062:role/gocapture/GithubRole
22+
role-to-assume: arn:aws:iam::200049542062:role/go_capture/GithubRole
2323
aws-region: us-west-1
2424

2525
- name: Deploy ECS Cluster

0 commit comments

Comments
 (0)