Skip to content

Commit 3096570

Browse files
committed
Fix release labeler permissions
1 parent 89f957c commit 3096570

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
@@ -11,6 +11,8 @@ jobs:
1111
environment: release
1212
permissions:
1313
id-token: write
14+
contents: write
15+
pull-requests: write
1416
runs-on: ubuntu-latest
1517
steps:
1618
- name: Check out the repository

0 commit comments

Comments
 (0)