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 a42c8b0 commit 44163cbCopy full SHA for 44163cb
.github/workflows/release-please.yml
@@ -18,8 +18,9 @@ jobs:
18
steps:
19
- name: Release Please
20
id: release
21
- uses: google-github-actions/release-please-action@v4
+ uses: googleapis/release-please-action@v4
22
with:
23
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
24
release-type: simple
25
config-file: release-please-config.json
26
manifest-file: .release-please-manifest.json
0 commit comments