Skip to content

Commit a0812f5

Browse files
authored
ci: fix release permissions (#312)
1 parent c3a7827 commit a0812f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
permissions:
1111
id-token: write
1212
contents: write
13+
issues: write
14+
pull-requests: write
1315
runs-on: ubuntu-latest
1416
steps:
1517
- name: Checkout

0 commit comments

Comments
 (0)