Skip to content

fix bug

fix bug #5

Workflow file for this run

name: Deploy ELD Dapp
on:
push:
branches:
- dapp-main
jobs:
deploy:
uses: ./.github/workflows/production-dapp-deployment.yml
with:
vercel_project_id: ${{ inputs.VERCEL_DAPP_ELD_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ inputs.NEXT_DAPP_ELD_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ inputs.NEXT_DAPP_ELD_EXPLORER_PUBLIC_SECRET_KEY }}
vercel_org_id: ${{ inputs.VERCEL_ORG_ID }}
vercel_token: ${{ inputs.VERCEL_TOKEN }}
next_public_base_url: ${{ inputs.NEXT_PUBLIC_BASE_URL }}
env:
VERCEL_ORG_ID: ${{ inputs.vercel_org_id }}
VERCEL_PROJECT_ID: ${{ inputs.vercel_project_id }}
VERCEL_TOKEN: ${{ inputs.vercel_token }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}