We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1950efe commit 59a022dCopy full SHA for 59a022d
1 file changed
.github/workflows/prepare-publish.yml
@@ -4,7 +4,10 @@ on:
4
workflow_dispatch:
5
6
permissions:
7
- contents: read
+ contents: write
8
+ id-token: write
9
+ issues: read
10
+ packages: write
11
pull-requests: write
12
13
concurrency: ${{ github.workflow }}-${{ github.ref }}
0 commit comments