Skip to content

Merge pull request #15 from 0xPolygon/gas-estimate #20

Merge pull request #15 from 0xPolygon/gas-estimate

Merge pull request #15 from 0xPolygon/gas-estimate #20

Workflow file for this run

name: Auto Claim Deployment
on:
push:
branches:
- batch-claim
workflow_dispatch:
inputs:
environment:
required: false
type: choice
description: "Select the environment to deploy to (optional for pushes)"
options:
- staging
- prods
jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml
with:
environment: ${{ inputs.environment || 'staging' }}
core_app: "auto-claim"
secrets: inherit