We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cffcf commit bb4fb14Copy full SHA for bb4fb14
.github/workflows/deploy.yml
@@ -36,6 +36,9 @@ jobs:
36
aws-region: us-east-1
37
aws-access-key-id: ${{ secrets.DEPLOY_AWS_ACCESS_KEY_ID }}
38
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
42
43
- name: Get short commit sh
44
id: image_tag
0 commit comments