Skip to content

Commit

Permalink
Create waka-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengwenliang0416 authored Dec 16, 2024
1 parent a908831 commit 3ced3f1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/waka-readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Waka Readme

on:
schedule:
# Runs at 12am IST
- cron: '30 18 * * *'
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_LINES_OF_CODE: "True"
SHOW_PROFILE_VIEWS: "False"
SHOW_COMMIT: "True"
SHOW_DAYS_OF_WEEK: "True"
SHOW_LANGUAGE: "True"
SHOW_OS: "True"
SHOW_PROJECTS: "True"
SHOW_TIMEZONE: "True"
SHOW_EDITORS: "True"
SHOW_SHORT_INFO: "True"

0 comments on commit 3ced3f1

Please sign in to comment.