Skip to content

Commit c980830

Browse files
committedAug 26, 2024··
fix: maybe this
1 parent fc16201 commit c980830

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed
 

‎.github/workflows/build-release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ on:
88
- 'manifest.yaml'
99
- 'stencil.yaml'
1010

11-
permissions: write-all
12-
1311
env:
1412
GH_ROLE_ARN: arn:aws:iam::602046956384:role/GithubActions-code-upgrade-engine-app-Role
1513

1614
jobs:
1715
build-and-test:
1816
name: Build and Test
1917
runs-on: ubuntu-latest
18+
permissions:
19+
id-token: write
20+
contents: read
21+
actions: read
2022
steps:
2123
- name: Configure AWS credentials
2224
uses: aws-actions/configure-aws-credentials@v4

‎templates/.github/workflows/build-release.yml.tpl

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ on:
88
- 'manifest.yaml'
99
- 'stencil.yaml'
1010

11-
permissions: write-all
12-
1311
env:
1412
GH_ROLE_ARN: arn:aws:iam::602046956384:role/GithubActions-code-upgrade-engine-app-Role
1513

1614
jobs:
1715
build-and-test:
1816
name: Build and Test
1917
runs-on: ubuntu-latest
18+
permissions:
19+
id-token: write
20+
contents: read
21+
actions: read
2022
steps:
2123
- name: Configure AWS credentials
2224
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)
Please sign in to comment.