We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43512a commit 3ff350dCopy full SHA for 3ff350d
.github/workflows/validate.yml
@@ -65,6 +65,7 @@ jobs:
65
permissions:
66
actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
67
contents: write # to create release tags (cycjimmy/semantic-release-action)
68
+ issues: write # to post release that resolves an issue (cycjimmy/semantic-release-action)
69
70
needs: main
71
runs-on: ubuntu-latest
0 commit comments