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 4b60e2eCopy full SHA for 4b60e2e
.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