Skip to content

⬆️ Update alpine_3_23/bind-tools to v9.20.22-r0 (#1025) #602

⬆️ Update alpine_3_23/bind-tools to v9.20.22-r0 (#1025)

⬆️ Update alpine_3_23/bind-tools to v9.20.22-r0 (#1025) #602

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: write
packages: read
pull-requests: read
security-events: write
uses: hassio-addons/workflows/.github/workflows/app-ci.yaml@3846ae0fd09acec8ac1ac308ceacd052b9d01bec # v2.0.6
deploy:
needs: ci
permissions:
contents: read
packages: write
uses: hassio-addons/workflows/.github/workflows/app-deploy.yaml@3846ae0fd09acec8ac1ac308ceacd052b9d01bec # v2.0.6
secrets:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}