Skip to content

Commit c9e457b

Browse files
authored
Add missing permission
1 parent 68e1e63 commit c9e457b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1818
contents: write # IMPORTANT: this permission is required for `rake release` to push the release tag
19+
issues: write
1920

2021
steps:
2122
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)