Skip to content

Commit 26af973

Browse files
ci: fix token permissions (#929)
1 parent 58a0e46 commit 26af973

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
- main
66
jobs:
77
publish:
8+
permissions:
9+
contents: 'write'
10+
id-token: 'write'
11+
issues: 'write'
12+
pull-requests: 'write'
813
runs-on: ubuntu-24.04
914
steps:
1015
- name: Check out code

0 commit comments

Comments
 (0)