We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a79fe commit 2c2950eCopy full SHA for 2c2950e
1 file changed
.github/workflows/publish.yml
@@ -7,7 +7,8 @@ on:
7
8
permissions:
9
id-token: write
10
- contents: read
+ contents: write
11
+ pull-requests: write
12
13
concurrency: ${{ github.workflow }}-${{ github.ref }}
14
0 commit comments