Created
September 1, 2021 10:45
-
-
Save JakenHerman/8e1439e3e0d7cd3ad11311e760cb96fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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