1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +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: on:
workflow_dispatch: # allow manual run workflow_dispatch: # allow manual run
schedule: schedule:
- cron: '0 */3 * * *' # every 3 hours - cron: '0 0 * * *' # run daily at 00:00 UTC
env: env:
SPONSOR_SHEET_API_KEY: ${{ secrets.SPONSOR_SHEET_API_KEY }} SPONSOR_SHEET_API_KEY: ${{ secrets.SPONSOR_SHEET_API_KEY }}