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.
2 parents 92080f0 + e758efe commit 716c758Copy full SHA for 716c758
1 file changed
.github/workflows/release-please.yml
@@ -18,6 +18,7 @@ jobs:
18
id: release
19
with:
20
target-branch: ${{ github.ref_name }}
21
+ token: ${{ secrets.BOT_RELEASE_TOKEN }}
22
23
- name: Checkout code
24
if: ${{ steps.release.outputs.release_created }}
0 commit comments