Files
.profile/.github/workflows/waka.yml
T
Timothy Pidashev 900274df60 Update waka.yml
2021-09-07 15:01:52 -07:00

21 lines
489 B
YAML

name: Waka Readme
on:
workflow_dispatch:
schedule:
# Runs at 00:00AM UTC
- cron: '0 0 * * *'
jobs:
update-readme:
name: Update this repo's README
runs-on: ubuntu-latest
steps:
- uses: anmol098/waka-readme-stats@master #PLEASE USE MASTER BRANCH
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_PROJECTS: "False"
SHOW_LINES_OF_CODE: "True"
LOCALE: "en"