mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
Update update-cron.yml (#65)
This commit is contained in:
parent
35dcb0a4fe
commit
0849639e7a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update-cron.yml
vendored
4
.github/workflows/update-cron.yml
vendored
|
@ -4,6 +4,10 @@ on:
|
||||||
- cron: '40 */2 * * *' # Every 2 hours at :40
|
- cron: '40 */2 * * *' # Every 2 hours at :40
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
name: Update Versions
|
name: Update Versions
|
||||||
|
|
Loading…
Add table
Reference in a new issue