Automation: when board data changes on push, execute inventory rebuild at armbian.github.io

This commit is contained in:
Igor Pecovnik 2026-02-04 22:15:59 +01:00 committed by Igor
parent f76c762516
commit 83635f568c

View File

@ -1,5 +1,5 @@
name: "Data: Sync board list"
run-name: Update board list at armbian/os
run-name: Update board JSON at armbian/armbian.github.io
on:
push:
@ -17,5 +17,5 @@ jobs:
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
repository: armbian/os
event-type: "Refresh board list"
repository: armbian/armbian.github.io
event-type: "Data: Generate build engine inventory"