Skip to content

Commit d7fe66b

Browse files
committed
Add explicit permissions to publish workflow
1 parent 865d861 commit d7fe66b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/npm-publish-github-packages.yml

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

11+
permissions:
12+
contents: write
13+
# packages: write
14+
1115
jobs:
1216
build-and-publish:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)