Skip to content

Update stats

Update stats #1534

Workflow file for this run

name: Update stats
on:
schedule:
# Runs at 12am UTC
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update Readme with Metrics
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN}}
USERNAME: mickeyouyou
SHOW_TITLE: true