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 92080f0 commit e758efeCopy full SHA for e758efe
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