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"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 * * * *" # every hour
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
|
|
Loading…
Reference in a new issue