Skip to content

Commit 7366027

Browse files
committed
Fix permissino problem
1 parent 13fa620 commit 7366027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
publish:
3131
needs: test
3232
runs-on: ubuntu-latest
33+
permissions:
34+
contents: write
3335
steps:
3436
- uses: actions/checkout@v3
3537

0 commit comments

Comments
 (0)