Skip to content

Commit 481c0be

Browse files
committed
fix: added workflow permissions to build-wasm.yml
1 parent d75bafc commit 481c0be

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)