We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcab81f commit 1aa46c5Copy full SHA for 1aa46c5
1 file changed
.github/workflows/release-please.yml
@@ -16,7 +16,8 @@ jobs:
16
# Needed to get tokens during publishing.
17
permissions:
18
id-token: write
19
- contents: read
+ contents: write
20
+ pull-requests: write
21
runs-on: ubuntu-latest
22
steps:
23
# Normally a workflow cannot trigger another workflow. For this workflow we need to create a
0 commit comments