Skip to content

Commit fdc5c5e

Browse files
committed
dev: give write permissions to publish GH Action
1 parent 50bdfcf commit fdc5c5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/publish.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ on:
2222

2323
jobs:
2424
publish:
25+
permissions:
26+
contents: "write"
2527
runs-on: "ubuntu-latest"
2628
steps:
2729
- uses: "actions/checkout@v3"

0 commit comments

Comments
 (0)