Skip to content

Waka - Readme

Waka - Readme #783

Workflow file for this run

name: Waka - Readme
on:
# for manual workflow trigger
workflow_dispatch:
schedule:
# runs at 12 AM UTC (5:30 AM IST)
- cron: "0 0 * * *"
jobs:
update-readme:
name: WakaReadme DevMetrics
runs-on: ubuntu-latest
steps:
# this action name
- uses: athul/waka-readme@master # do NOT replace with anything else
with:
# GitHub access token with Repo scope
GH_TOKEN: ${{ github.token }} # default is ${{ github.token }}
# Your Wakatime/Wakapi/Hakatime API Key
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
# Displays the amount of time spent for each language
SHOW_TIME: true # optional, default is true
# Displays total coding time
SHOW_TOTAL: true # optional, default is false
# Committer name
COMMITTER_NAME: Nowaaru # optional, default is NOT_SET
# Committer email
COMMITTER_EMAIL: [email protected] # optional, default is NOT_SET