1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 19:49:50 +02:00

Update sponsors workflow

This commit is contained in:
Kamran Ahmed
2023-03-13 17:46:09 +00:00
parent 8f90dac32e
commit b5b8b92791

View File

@@ -3,7 +3,7 @@ name: Update Sponsors
on:
workflow_dispatch: # allow manual run
schedule:
- cron: '0 */3 * * *' # every 3 hours
- cron: '0 0 * * *' # run daily at 00:00 UTC
env:
SPONSOR_SHEET_API_KEY: ${{ secrets.SPONSOR_SHEET_API_KEY }}