Skip to content

Deploy

Deploy #90

Workflow file for this run

---
name: Deploy
# yamllint disable-line rule:truthy
on:
release:
types:
- published
workflow_run:
workflows: ['CI']
branches: [master]
types:
- completed
jobs:
workflows:
name: Add-on Deploy
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
with:
repository: 'homeassistant-addons'
repository_beta: 'homeassistant-addons-beta'
repository_edge: 'homeassistant-addons-edge'
secrets:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}

Check failure on line 24 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yaml (Line: 24, Col: 20): Invalid secret, CAS_API_KEY is not defined in the referenced workflow.
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}