Skip to content

Commit

Permalink
chore: update release token to enable ci in release PRs (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Jan 31, 2025
1 parent 9ac3eec commit c607fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c607fe6

Please sign in to comment.