From e758efe6fbe89285758849646f7f0d2f0c20ebbb Mon Sep 17 00:00:00 2001 From: sherzat Date: Fri, 9 Jan 2026 21:54:03 +0000 Subject: [PATCH] chore(github-actions): use dedicated bot token for release-please Change-Id: Ieb55f9aee5525f95681407ff01b4b73b2baef714 --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 378a4fb..c1a57e2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,6 +18,7 @@ jobs: id: release with: target-branch: ${{ github.ref_name }} + token: ${{ secrets.BOT_RELEASE_TOKEN }} - name: Checkout code if: ${{ steps.release.outputs.release_created }}