Skip to content

Commit 26bc43a

Browse files
authored
fix: github-release permissions
1 parent 183e93d commit 26bc43a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/github-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
12+
permissions:
13+
contents: write
14+
1115
steps:
1216
- name: Checkout
1317
uses: actions/checkout@v4

0 commit comments

Comments
 (0)