Skip to content

Update README

Update README #14487

name: Update README
on:
schedule:
- cron: "*/30 * * * *"
workflow_dispatch:
jobs:
build:
name: Update this repo's README with recent activity
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: jamesgeorge007/github-activity-readme@rc/0.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}