Skip to content

Instantly share code, notes, and snippets.

@JakenHerman
Created September 1, 2021 10:45
Show Gist options
  • Save JakenHerman/8e1439e3e0d7cd3ad11311e760cb96fb to your computer and use it in GitHub Desktop.
Save JakenHerman/8e1439e3e0d7cd3ad11311e760cb96fb to your computer and use it in GitHub Desktop.
name: Work Stats Readme
on:
workflow_dispatch:
schedule:
# Runs every 2 hours
- cron: "0 */2 * * *"
jobs:
update-readme:
name: Update this repo's README
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment