Skip to content

modify api-gateway url used for proof fetching #31

modify api-gateway url used for proof fetching

modify api-gateway url used for proof fetching #31

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