Skip to content

Workflow file for this run

name: Verify Workflow
on:
workflow_call:
push:
paths:
- workflow.yml
- .github/workflows/Workflow-Test.yml
jobs:
DefaultTest:
uses: ./.github/workflows/workflow.yml
with:
APIKey: ${{ secrets.APIKey }}

Check failure on line 14 in .github/workflows/Workflow-Test.yml

View workflow run for this annotation

GitHub Actions / Verify Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/Workflow-Test.yml (Line: 14, Col: 15): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.APIKey