Skip to content

Commit 2022875

Browse files
fix: add missing permissions for release job in CI workflow
1 parent b2c12e0 commit 2022875

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
jobs:
99
release:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
issues: write
14+
pull-requests: write
1115
steps:
1216
- uses: actions/checkout@v4
1317
with:

0 commit comments

Comments
 (0)