There was an error while loading. Please reload this page.
1 parent f739ec9 commit 7c3674cCopy full SHA for 7c3674c
1 file changed
.github/workflows/build.yml
@@ -34,6 +34,10 @@ jobs:
34
needs:
35
- resolve_build_type
36
- wasm_build
37
+ permissions:
38
+ contents: read
39
+ pages: write
40
+ id-token: write
41
uses: ./.github/workflows/web-frontend.yml
42
with:
43
build_type: ${{ needs.resolve_build_type.outputs.build_type }}
0 commit comments