Skip to content

Commit 313c0f8

Browse files
authored
fix: added workflow permissions to build-wasm.yml (#134)
1 parent d75bafc commit 313c0f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-wasm.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
required: true
99
default: 'master'
1010

11+
permissions:
12+
contents: write
13+
pull-requests: write
14+
1115
jobs:
1216
build:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)