Skip to content

Weekly Stats

Weekly Stats #48

Workflow file for this run

name: Weekly Stats
on:
schedule:
- cron: '0 20 * * 4'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}