Skip to content

Weekly Stats

Weekly Stats #39

Workflow file for this run

name: Weekly Stats
on:
schedule:
- cron: '0 20 * * 4' # At 20:00 on Tuesday
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Aarebecca/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}