Skip to content

Commit

Permalink
Create readme-stats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cxyfreedom committed Aug 1, 2020
1 parent 053855c commit 45ee4cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/readme-stats.yml
@@ -0,0 +1,17 @@
name: Waka Readme Stats

on:
schedule:
- cron: '0 0 * * *'

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_PROJECTS: "False"
SHOW_TIMEZONE: "False"

0 comments on commit 45ee4cd

Please sign in to comment.