Skip to content

πŸ”’ Improve NGINX response headers (#700) #451

πŸ”’ Improve NGINX response headers (#700)

πŸ”’ Improve NGINX response headers (#700) #451

Workflow file for this run

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