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 6c73c34 commit 4ec7eafCopy full SHA for 4ec7eaf
1 file changed
.github/workflows/release-please.yml
@@ -11,6 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
outputs:
13
release_created: ${{ steps.release.outputs.release_created }}
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
steps:
18
- uses: googleapis/release-please-action@v4
19
id: release
0 commit comments