Skip to content

Commit

Permalink
update repository-updater workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Aug 21, 2024
1 parent fddfaab commit a8f0e11
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/repository-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ name: Repository Updater

# yamllint disable-line rule:truthy
on:
push:
branches:
- master
paths:
- .github/workflows/repository-updater.yml
repository_dispatch:
types:
- update
types: ["update"]

jobs:
workflows:
uses: finleyfamily/workflows/.github/workflows/hass-repository.updater.yml@master
secrets:
app-private-key: ${{ secrets.FINLEY_APP_PRIVATE_KEY }}
UPDATER_TOKEN: ${{ secrets.HASS_UPDATER_TOKEN }}

0 comments on commit a8f0e11

Please sign in to comment.