We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d5ee7 commit 1252872Copy full SHA for 1252872
2 files changed
.github/workflows/release-all.yml
@@ -14,6 +14,8 @@ permissions:
14
contents: write
15
actions: write
16
packages: write
17
+ issues: read
18
+ pull-requests: read
19
20
on:
21
workflow_dispatch:
.github/workflows/release.yml
@@ -2,8 +2,10 @@ name: Release
2
run-name: Release ${{ github.event.inputs.version || github.event.inputs.releaseType }}
3
4
permissions:
5
- contents: read
+ contents: write
6
7
8
9
10
11
0 commit comments