Skip to content

feat: add workflow_call secrets passthrough #53

feat: add workflow_call secrets passthrough

feat: add workflow_call secrets passthrough #53

Workflow file for this run

name: sync-demo.yml
on:
push:
branches-ignore:
- "main"
- "develop"
- "release/*"
jobs:
update-demo:
name: Update Demo
uses: ./.github/workflows/update-demo.yml

Check failure on line 12 in .github/workflows/sync-demos.yml

View workflow run for this annotation

GitHub Actions / sync-demo.yml

Invalid workflow file

The workflow is not valid. .github/workflows/sync-demos.yml (Line: 12, Col: 11): Secret DEMO_TOKEN is required, but not provided while calling.
strategy:
matrix:
demo_name:
- "robust-python-demo"
- "robust-maturin-demo"
with:
demo_name: ${{ matrix.demo_name }}
branch: ${{ github.ref_name }}