Updated with Dev Metrics #11102
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: Generate Waka Time Readme | |
on: | |
push: | |
schedule: | |
# Runs at 12am PST | |
- cron: '00 08 * * *' | |
workflow_dispatch: | |
jobs: | |
update-readme: | |
name: Update Readme with Metrics | |
runs-on: ubuntu-latest | |
steps: | |
- uses: anmol098/waka-readme-stats@master | |
with: | |
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} | |
SHOW_LANGUAGE: "False" | |
SHOW_OS: "False" | |
SHOW_TIMEZONE: "False" | |
SHOW_LANGUAGE_PER_REPO: "False" | |
SHOW_SHORT_INFO: "False" | |
SYMBOL_VERSION: "2" |