Skip to content

Commit 13e4388

Browse files
authored
gha: add permissions to publish-release (#267)
1 parent 58b5eaf commit 13e4388

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-22.04
9+
permissions:
10+
contents: write
911
steps:
1012
- uses: actions/checkout@v4
1113
- uses: actions/cache@v4

0 commit comments

Comments
 (0)