Skip to content
name: Deploy Prod Components to Mainnet
on:
push:
branches: [widgets-ci-cd]
paths:
- "questverse-widgets/src/**"
jobs:
deploy-mainnet:
uses: ./.github/workflows/deploy-widgets.yml

Check failure on line 9 in .github/workflows/deploy-prod-widgets.yml

View workflow run for this annotation

GitHub Actions / Deploy Prod Components to Mainnet

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-prod-widgets.yml (Line: 9, Col: 11): Input directory-path is required, but not provided while calling. .github/workflows/deploy-prod-widgets.yml (Line: 11, Col: 24): Invalid input, directory-paths is not defined in the referenced workflow.
with:
directory-paths: ${{vars.WIDGETS_DIRECTORY_PATH}}
deploy-account-address: ${{ vars.PROD_SIGNER_ACCOUNT_ID }}
signer-public-key: ${{ vars.PROD_SIGNER_PUBLIC_KEY }}
environment: prod
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.PROD_SIGNER_PRIVATE_KEY }}