Skip to content

Commit 16f7b61

Browse files
feat(github-cd-demo): update permissions
1 parent 51857f1 commit 16f7b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: aws-actions/configure-aws-credentials@v4
3030
with:
3131
aws-region: us-west-2
32-
role-to-assume: arn:aws:iam::576872909007:role/trackflix-live-oidc-mathis-Role-XD8v6y1EHvpH
32+
role-to-assume: arn:aws:iam::576872909007:role/trackflix-live-oidc-mathis-Role-ymX9AFGLMgKL
3333
- run: npm ci
3434
- run: npx nx run api:deploy
3535

@@ -48,6 +48,6 @@ jobs:
4848
- uses: aws-actions/configure-aws-credentials@v4
4949
with:
5050
aws-region: us-west-2
51-
role-to-assume: arn:aws:iam::576872909007:role/trackflix-live-oidc-mathis-Role-XD8v6y1EHvpH
51+
role-to-assume: arn:aws:iam::576872909007:role/trackflix-live-oidc-mathis-Role-ymX9AFGLMgKL
5252
- run: npm ci
5353
- run: npx nx run webui:upload

0 commit comments

Comments
 (0)