Work Stats Readme #5448
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 }} |