Skip to content

Commit

Permalink
Merge branch 'main' into better-en-gas-estimation-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tomg10 authored Jan 23, 2025
2 parents 7f73733 + 4073f81 commit fbba99b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish crates
on:
workflow_dispatch:
inputs:
compontent:
component:
description: 'Component to release. Possible values are: core, prover or zkstack_cli.'
required: true
default: 'zkstack_cli'
Expand All @@ -28,7 +28,7 @@ jobs:

publish-crates:
name: Publish to crates.io
runs-on: ubuntu-latest
runs-on: matterlabs-ci-runner-high-performance
steps:
- name: Publish crates
uses: matter-labs/zksync-ci-common/.github/actions/publish-crates@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: matter-labs/zksync-ci-common/.github/workflows/release-please.yaml@v1
secrets:
slack_webhook: ${{ secrets.SLACK_WEBHOOK_RELEASES }} # Slack webhook for notifications
gh_token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for release-please
gh_token: ${{ secrets.RELEASE_TOKEN }} # GitHub token for release-please
with:
config: '.github/release-please/config.json' # Path to the configuration file
manifest: '.github/release-please/manifest.json' # Path to the manifest file
Expand Down

0 comments on commit fbba99b

Please sign in to comment.