Create update-readme.yml

This commit is contained in:
2024-03-12 21:08:55 -04:00
committed by GitHub
parent 5f289a1f74
commit 61f53d99fb

17
.github/workflows/update-readme.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
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@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}