From c607fe64c7420fddb516739688fb66baab1047fa Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Fri, 31 Jan 2025 14:45:57 +0000 Subject: [PATCH] chore: update release token to enable ci in release PRs (#572) --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3c83ad15..b65c650b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -23,7 +23,7 @@ jobs: uses: matter-labs/zksync-ci-common/.github/workflows/release-please.yaml@v1 secrets: slack_webhook: ${{ secrets.SLACK_WEBHOOK }} - gh_token: ${{ secrets.GITHUB_TOKEN }} + gh_token: ${{ secrets.RELEASE_TOKEN }} with: config: '.github/release-please/config.json' # Specify the path to the configuration file manifest: '.github/release-please/manifest.json' # Specify the path to the manifest file