Skip to content

.github/workflows/main.yml #4

.github/workflows/main.yml

.github/workflows/main.yml #4

Workflow file for this run

on:
schedule:
# Run this once per week
- cron: "59 23 * * 0"
workflow_dispatch:
jobs:
stats:
permissions: write-all
name: repostats
runs-on: ubuntu-latest
steps:
- name: github-repo-stats
uses: jgehrcke/[email protected]
with:
ghtoken: ${{ secrets.GITHUB_TOKEN }}