fix bug #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Dexi Dapp | ||
on: | ||
push: | ||
branches: | ||
- dapp-main | ||
jobs: | ||
deploy: | ||
uses: ./.github/workflows/production-dapp-deployment.yml | ||
Check failure on line 10 in .github/workflows/deploy-dexi.yml GitHub Actions / Deploy Dexi DappInvalid workflow file
|
||
with: | ||
vercel_project_id: ${{ inputs.VERCEL_DAPP_DEXI_EXPLORER_PROJECT_ID }} | ||
next_public_api_key: ${{ inputs.NEXT_DAPP_DEXI_EXPLORER_PUBLIC_API_KEY }} | ||
next_public_secret_key: ${{ inputs.NEXT_DAPP_DEXI_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 }} |