BRAVO68WEB/.github/workflows/wakatime.yml

23 lines
678 B
YAML
Raw Normal View History

2020-10-18 15:52:03 +00:00
name: Waka Readme
2020-10-18 15:38:37 +00:00
on:
2023-09-20 13:13:53 +00:00
# for manual workflow trigger
2020-10-18 15:52:03 +00:00
workflow_dispatch:
2020-10-18 15:38:37 +00:00
schedule:
2023-09-20 13:13:53 +00:00
# runs at 12 AM UTC (5:30 AM IST)
- cron: "0 0 * * *"
2020-10-18 15:38:37 +00:00
jobs:
update-readme:
2023-09-20 13:13:53 +00:00
name: WakaReadme DevMetrics
2020-10-18 15:38:37 +00:00
runs-on: ubuntu-latest
steps:
2023-09-20 13:13:53 +00:00
- uses: athul/waka-readme@master
2020-10-18 15:38:37 +00:00
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
2023-09-20 13:13:53 +00:00
COMMITTER_NAME: "BRAVO68WEB"
COMMITTER_EMAIL: "41448663+BRAVO68WEB@users.noreply.github.com"
AUTHOR_EMAIL: "41448663+BRAVO68WEB@users.noreply.github.com"
AUTHOR_NAME: "BRAVO68WEB"
COMMIT_MESSAGE: "Updated Readme with Dev Metrics"
GH_TOKEN: ${{ secrets.GH_PAT }}