Skip to content

Commit 02957a5

Browse files
authored
Give content write access (#12)
1 parent 84f9fbd commit 02957a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: Publish meerkat-library
22

3-
permissions: write-all
4-
53
on:
64
push:
75
branches:
@@ -12,7 +10,7 @@ jobs:
1210
runs-on: ubuntu-latest
1311
permissions:
1412
packages: write
15-
contents: read
13+
contents: write
1614
steps:
1715
- uses: actions/checkout@v3
1816
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)