Skip to content

cron-weekly

cron-weekly #1

Workflow file for this run

name: cron-weekly
on:
workflow_dispatch:
schedule:
- cron: '0 16 * * 6'
jobs:
cron:
runs-on: ubuntu-latest
steps:
- name: hourly-cron-job
run: |
curl --request GET \
--url 'https://stackspulse.com/api/cron/weekly-users' \
--header 'Authorization: Bearer ${{ secrets.CRON_API_TOKEN }}'