Skip to content

Commit cf97a71

Browse files
Fix: Add missing permissions to pipeline.
1 parent 4b362a7 commit cf97a71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ on:
99

1010
jobs:
1111
native:
12+
permissions:
13+
contents: write
1214
uses: ./.github/workflows/native.yml
1315
secrets: inherit
1416

1517
wasm:
18+
permissions:
19+
contents: write
1620
uses: ./.github/workflows/wasm.yml
1721
secrets: inherit

0 commit comments

Comments
 (0)