Skip to content

Commit 716edb6

Browse files
authored
chore: give release workflow the correct permissions
1 parent e8b22cd commit 716edb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
packages: write
12-
contents: read
12+
contents: write
13+
issues: write
1314
steps:
1415
- uses: actions/checkout@v4
1516
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)