Skip to content

Commit 81d8142

Browse files
authored
ci: add explicit write permission (#1041)
1 parent c0f02af commit 81d8142

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
push:
99
branches: [ master ]
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
build:
1316
runs-on: macos-15

0 commit comments

Comments
 (0)