Skip to content

update

update #27

Workflow file for this run

name: Repository Update
on:
repository_dispatch:
types: ["update"]
jobs:
whatever:
name: Running updater for ${{ github.event.client_payload.addon }}
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Repository Updater
env:
GIT_AUTHOR_EMAIL: [email protected]
EMAIL: [email protected]
uses: hassio-addons/[email protected]
with:
addon: ${{ github.event.client_payload.addon }}
repository: ${{ github.repository }}
token: ${{ secrets.UPDATER_TOKEN }}