Skip to content

fix bug

fix bug #3

Workflow file for this run

name: Deploy TW Dapp
on:
push:
branches:
- dapp-main
jobs:
deploy:
uses: ./.github/workflows/production-dapp-deployment.yml

Check failure on line 10 in .github/workflows/deploy-tw.yml

View workflow run for this annotation

GitHub Actions / Deploy TW Dapp

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy-tw.yml (Line: 10, Col: 11): Error from called workflow rango-exchange/explorer/.github/workflows/production-dapp-deployment.yml@329394542084f37c969e88bc5288e0a152bc4683 (Line: 19, Col: 9): Required property is missing: type In .github/workflows/deploy-tw.yml (Line: 10, Col: 11): Error from called workflow rango-exchange/explorer/.github/workflows/production-dapp-deployment.yml@329394542084f37c969e88bc5288e0a152bc4683 (Line: 21, Col: 9): Required property is missing: type
with:
vercel_project_id: ${{ inputs.VERCEL_DAPP_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ inputs.NEXT_DAPP_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ inputs.NEXT_DAPP_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_org_id }}
NEXT_PUBLIC_BASE_URL: ${{ inputs.next_public_base_url }}