Skip to content

Commit 7c3674c

Browse files
committed
Fix github CI permissions
1 parent f739ec9 commit 7c3674c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
needs:
3535
- resolve_build_type
3636
- wasm_build
37+
permissions:
38+
contents: read
39+
pages: write
40+
id-token: write
3741
uses: ./.github/workflows/web-frontend.yml
3842
with:
3943
build_type: ${{ needs.resolve_build_type.outputs.build_type }}

0 commit comments

Comments
 (0)