meta(sota): sync every hour
This commit is contained in:
parent
72f1fe555d
commit
8586e6de60
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: "sync from forge.joshwel.co"
|
name: "sync from forge.joshwel.co"
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 * * * *" # every hour
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue