We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746def6 commit d1ff495Copy full SHA for d1ff495
.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
69
70
needs: main
71
runs-on: ubuntu-latest
0 commit comments