mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-18 09:38:54 +00:00
chore: automate HA addon updates
This commit is contained in:
@@ -113,3 +113,6 @@ jobs:
|
||||
TAG_NAME: ${{ needs.release-please.outputs.version }}
|
||||
with:
|
||||
body_path: ../changelog/changelog.md
|
||||
- name: Trigger HA addon update
|
||||
run: |
|
||||
curl -XPOST -H "Authorization: token ${{ secrets.GH_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/zigbee2mqtt/hassio-zigbee2mqtt/dispatches --data "{\"event_type\": \"release\", \"client_payload\": { \"version\": \"${{ needs.release-please.outputs.version }}-1\"}}"
|
||||
|
||||
Reference in New Issue
Block a user