Skip to content

Dev frontend workflow #12

Dev frontend workflow

Dev frontend workflow #12

Workflow file for this run

name: Dev frontend workflow
on:
workflow_dispatch:
jobs:
trigger-frontend-ci:
uses: ./.github/workflows/frontend-ci.yml
trigger-frontend-cd:
needs: trigger-frontend-ci
uses: ./.github/workflows/frontend-cd.yml

Check failure on line 11 in .github/workflows/dev-frontend.yml

View workflow run for this annotation

GitHub Actions / Dev frontend workflow

Invalid workflow file

The workflow is not valid. .github/workflows/dev-frontend.yml (Line: 11, Col: 11): Secret DEV_HOST is required, but not provided while calling. .github/workflows/dev-frontend.yml (Line: 11, Col: 11): Secret DEV_USERNAME is required, but not provided while calling.