Skip to content

chore: devcontainer, jest configs, more build stuff #4

chore: devcontainer, jest configs, more build stuff

chore: devcontainer, jest configs, more build stuff #4

Workflow file for this run

name: Push
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
name: "Build"
uses: ./.github/workflows/ci.build.yml
deploy:
name: "Deploy"
uses: ./.github/workflows/ci.deploy.yml
with:
secrets: inherit

Check failure on line 20 in .github/workflows/on.push.yml

View workflow run for this annotation

GitHub Actions / Push

Invalid workflow file

The workflow is not valid. .github/workflows/on.push.yml (Line: 20, Col: 16): Invalid input, secrets is not defined in the referenced workflow. .github/workflows/on.push.yml (Line: 18, Col: 11): Secret CLOUDFLARE_API_TOKEN is required, but not provided while calling.