Commit c980830 committed Aug 26, 2024 · 0 / 2 · Verified
1 parent fc16201 commit c980830 Copy full SHA for c980830
File tree 2 files changed +8
-4
lines changed
templates/.github/workflows
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 8
8
- ' manifest.yaml'
9
9
- ' stencil.yaml'
10
10
11
- permissions : write-all
12
-
13
11
env :
14
12
GH_ROLE_ARN : arn:aws:iam::602046956384:role/GithubActions-code-upgrade-engine-app-Role
15
13
16
14
jobs :
17
15
build-and-test :
18
16
name : Build and Test
19
17
runs-on : ubuntu-latest
18
+ permissions :
19
+ id-token : write
20
+ contents : read
21
+ actions : read
20
22
steps :
21
23
- name : Configure AWS credentials
22
24
uses : aws-actions/configure-aws-credentials@v4
Original file line number Diff line number Diff line change 8
8
- 'manifest.yaml'
9
9
- 'stencil.yaml'
10
10
11
- permissions: write-all
12
-
13
11
env:
14
12
GH_ROLE_ARN: arn:aws:iam::602046956384:role/GithubActions-code-upgrade-engine-app-Role
15
13
16
14
jobs:
17
15
build-and-test:
18
16
name: Build and Test
19
17
runs-on: ubuntu-latest
18
+ permissions:
19
+ id-token: write
20
+ contents: read
21
+ actions: read
20
22
steps:
21
23
- name: Configure AWS credentials
22
24
uses: aws-actions/configure-aws-credentials@v4
You can’t perform that action at this time.
0 commit comments