Skip to content

Commit 3ff350d

Browse files
authored
chore: Allow semantic-release to post updates in issues
1 parent c43512a commit 3ff350d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
permissions:
6666
actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
6767
contents: write # to create release tags (cycjimmy/semantic-release-action)
68+
issues: write # to post release that resolves an issue (cycjimmy/semantic-release-action)
6869

6970
needs: main
7071
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)