Skip to content

Commit d1ff495

Browse files
authored
chore: Allow semantic-release to post updates in issues (#1214)
1 parent 746def6 commit d1ff495

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
6869

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

0 commit comments

Comments
 (0)