Skip to content

test: test ci

test: test ci #33

name: Deploy Dev Components to Mainnet
on:
push:
branches: [feat/use-replacement-maps]
paths:
- "frontend/widgets/**"
jobs:
deploy-mainnet:
uses: ./.github/workflows/deploy-widgets.yml
with:
directory-paths: ${{vars.WIDGETS_DIRECTORY_PATHS}}
deploy-account-address: ${{ vars.DEV_SIGNER_ACCOUNT_ID }}
signer-public-key: ${{ vars.DEV_SIGNER_PUBLIC_KEY }}
environment: dev

Check failure on line 14 in .github/workflows/deploy-dev-widgets.yml

View workflow run for this annotation

GitHub Actions / Deploy Dev Components to Mainnet

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-dev-widgets.yml (Line: 14, Col: 20): Invalid input, environment is not defined in the referenced workflow.
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.DEV_SIGNER_PRIVATE_KEY }}