Skip to content

GitHub - Activity - Readme #314

GitHub - Activity - Readme

GitHub - Activity - Readme #314

Workflow file for this run

name: GitHub - Activity - Readme
on:
schedule:
- cron: '0 0 * * MON' # Runs every Monday at midnight
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jamesgeorge007/github-activity-readme@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}