Rename blank.yml to waka.yml

This commit is contained in:
Timothy Pidashev
2021-08-31 14:38:23 -07:00
committed by GitHub
parent 4afe62ff67
commit 8e00591021
+27
View File
@@ -0,0 +1,27 @@
name: Waka Readme
on:
workflow_dispatch:
schedule:
# Runs at 00:00AM UTC
- cron: '05 0 * * *'
jobs:
update-readme:
name: Update this repo's README
runs-on: ubuntu-latest
steps:
- uses: ApoorvTyagi/waka-readme-stats@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_PROJECTS: "False"
SHOW_LINES_OF_CODE: "False"
SHOW_LANGUAGE_PER_REPO: "False"
SHOW_LANGUAGE: "False"
SHOW_SHORT_INFO: "False"
SHOW_OS: "False"
SHOW_EDITORS: "False"
SHOW_TIMEZONE: "False"
SHOW_LOC_CHART: "False"
SHOW_PROFILE_VIEWS: "False"