Skip to content

Commit 9f82ca8

Browse files
committed
ci: test composition - set permissions
1 parent 7503a0c commit 9f82ca8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ jobs:
286286
runs-on: avalanche-avalanchego-runner
287287
container:
288288
image: ghcr.io/actions/actions-runner:2.325.0
289+
permissions:
290+
id-token: write
291+
contents: read
289292
steps:
290293
- uses: actions/checkout@v4
291294
- uses: ./.github/actions/setup-go-for-project
@@ -307,6 +310,9 @@ jobs:
307310
runs-on: avalanche-avalanchego-runner
308311
container:
309312
image: ghcr.io/actions/actions-runner:2.325.0
313+
permissions:
314+
id-token: write
315+
contents: read
310316
steps:
311317
- uses: actions/checkout@v4
312318
- uses: ./.github/actions/setup-go-for-project

0 commit comments

Comments
 (0)