Skip to content

Commit d00b1da

Browse files
committed
fix: Add actions:write permission for workflow dispatch
1 parent 5461c5f commit d00b1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-pack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
permissions:
1212
contents: write
13+
actions: write
1314
steps:
1415
- uses: actions/checkout@v3
1516
with:

0 commit comments

Comments
 (0)