Trigger HomeAssistant Build

This commit is contained in:
YeonV 2023-03-17 21:25:05 +01:00 committed by Shaun Eccles-Smith
parent cb199fc355
commit 64ffff0cbb
1 changed files with 8 additions and 0 deletions

View File

@ -44,3 +44,11 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Trigger HomeAssistant Add-on
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Builder
repo: YeonV/home-assistant-addons
ref: refs/heads/master
token: ${{ secrets.LEDFX_HOMEASSISTANT_ADDON }}
inputs: '{ "version": "${{ github.ref_name }}" }'