test #9
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 ELD Dapp | ||
on: | ||
push: | ||
branches: | ||
- dapp-main | ||
jobs: | ||
deploy: | ||
uses: ./.github/workflows/production-dapp-deployment.yml | ||
with: | ||
vercel_project_id: ${{ secrets.VERCEL_DAPP_ELD_EXPLORER_PROJECT_ID }} | ||
Check failure on line 12 in .github/workflows/deploy-eld.yml GitHub Actions / Deploy ELD DappInvalid workflow file
|
||
next_public_api_key: ${{ secrets.NEXT_DAPP_ELD_EXPLORER_PUBLIC_API_KEY }} | ||
next_public_secret_key: ${{ secrets.NEXT_DAPP_ELD_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 }} |