Skip to content

👷 Update workflows to v3.0.0, restore Release Drafter & tidy README (… #462

👷 Update workflows to v3.0.0, restore Release Drafter & tidy README (…

👷 Update workflows to v3.0.0, restore Release Drafter & tidy README (… #462

Workflow file for this run

---
name: Deploy
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
release:
types:
- published
jobs:
ci:
permissions:
actions: read
contents: read
packages: read
security-events: write
uses: hassio-addons/workflows/.github/workflows/base-ci.yaml@383c10d83acbe341acbb35a4a61bfd14827f00f0 # v3.0.0
deploy:
needs: ci
permissions:
contents: read
packages: write
uses: hassio-addons/workflows/.github/workflows/base-deploy.yaml@383c10d83acbe341acbb35a4a61bfd14827f00f0 # v3.0.0