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 d567afd commit a0c962cCopy full SHA for a0c962c
.github/workflows/deploy-to-eks.yml
@@ -3,9 +3,7 @@ name: Deployment workflow
3
on:
4
workflow_call:
5
secrets:
6
- AWS_ACCESS_KEY_ID:
7
- required: true
8
- AWS_SECRET_ACCESS_KEY:
+ GH_ACTIONS_ROLE:
9
required: true
10
AWS_REGION:
11
.github/workflows/main-branch.yml
@@ -18,7 +18,6 @@ jobs:
18
with:
19
IMAGE_TAG: ${{ github.sha }}
20
21
- AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
22
- AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+ GH_ACTIONS_ROLE: ${{ secrets.GH_ACTIONS_ROLE }}
23
AWS_REGION: ${{ secrets.AWS_REGION }}
24
0 commit comments