Skip to content

fix bug

fix bug #6

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / Deploy BW3 Dapp

Invalid workflow file

The workflow is not valid. In .github/workflows/deploy-bw3.yml (Line: 10, Col: 11): Error from called workflow rango-exchange/explorer/.github/workflows/production-dapp-deployment.yml@853bb6be2a6ef90d56c99eed912fe00341adce9c (Line: 18, Col: 9): Unexpected value 'type' In .github/workflows/deploy-bw3.yml (Line: 10, Col: 11): Error from called workflow rango-exchange/explorer/.github/workflows/production-dapp-deployment.yml@853bb6be2a6ef90d56c99eed912fe00341adce9c (Line: 21, Col: 9): Unexpected value 'type'
with:
vercel_project_id: ${{ inputs.VERCEL_DAPP_BW3_EXPLORER_PROJECT_ID }}
next_public_api_key: ${{ inputs.NEXT_DAPP_BW3_EXPLORER_PUBLIC_API_KEY }}
next_public_secret_key: ${{ inputs.NEXT_DAPP_BW3_EXPLORER_PUBLIC_SECRET_KEY }}
secrets:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
NEXT_PUBLIC_BASE_URL: ${{ secrets.NEXT_PUBLIC_BASE_URL }}