Merge pull request #197 from ricfehr3/hotfix/fix-nightly-permissions

Fix permissions issue for nightly workflow
This commit is contained in:
Rickey
2025-10-31 23:37:11 -07:00
committed by GitHub
@@ -1,5 +1,8 @@
name: Deploy Nightly
permissions:
contents: write
on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC