Merge pull request #36 from 0xPolygon/fixes #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Zkevm mainnet Auto Claim ZKEVM Deployment Prod | |
on: | |
push: | |
branches: | |
- batch-claim | |
workflow_dispatch: | |
jobs: | |
deploy: | |
uses: ./.github/workflows/build_and_deploy.yml | |
with: | |
environment: 'prod' | |
core_app: "zkevm-mainnet-auto-claim" | |
secrets: inherit |