Skip to content

Commit 50ec345

Browse files
authored
Merge pull request #35 from gonzalezzfelipe/fix/assume-cluster-admin-role
2 parents a0cffcf + bb4fb14 commit 50ec345

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
aws-region: us-east-1
3737
aws-access-key-id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
3838
aws-secret-access-key: ${{ secrets.DEPLOY_AWS_SECRET_ACCESS_KEY }}
39+
role-to-assume: arn:aws:iam::509399595051:role/ClusterAdminRole
40+
role-session-name: Github-Actions
41+
role-duration-seconds: 1200
3942

4043
- name: Get short commit sh
4144
id: image_tag

0 commit comments

Comments
 (0)