Skip to content

Commit

Permalink
chore: Add scheduled trigger for Foundry VTT deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Nov 22, 2024
1 parent ba3b27d commit 60ba8f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-foundryvtt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
branches:
- main
workflow_dispatch:

schedule:
- cron: '0 14 * * *' # 2am NZT (UTC+12)

permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 60ba8f5

Please sign in to comment.