Skip to content

v3.1.13 🌈

v3.1.13 🌈 #67

Workflow file for this run

---
name: Deploy
# yamllint disable-line rule:truthy
on:
release:
types:
- published
workflow_run:
workflows: ["CI"]
branches: [main]
types:
- completed
permissions:
packages: write
jobs:
workflows:
uses: coostax/ghactions-workflows/.github/workflows/ha-addon-deploy.yaml@main
with:
ghcr_repo: "coostax"
secrets:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
publish:
uses: coostax/ghactions-workflows/.github/workflows/ha-addon-publish.yaml@main
with:
add_on: "firefly-iii"
secrets:
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}