Skip to content

Lint

Lint #4

Workflow file for this run

name: Lint
on:
workflow_dispatch:
release:
types:
- published
workflow_run:
workflows: ["CI"]
branches: [main]
types:
- completed
jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/addon-ci.yaml@main
secrets:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}

Check failure on line 18 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 18, Col: 23): Invalid secret, DISPATCH_TOKEN is not defined in the referenced workflow.