Skip to content

Tweak zkSync gas limit #518

Tweak zkSync gas limit

Tweak zkSync gas limit #518

Workflow file for this run

name: Heroku Deployment
on:
push:
branches:
- prod
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected] # This is the action
with:
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
heroku_app_name: "beefy-cowllector" #Must be unique in Heroku
heroku_email: "[email protected]"