Skip to content

Deploy

Deploy #332

Workflow file for this run

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