mirror of
https://github.com/franrgb/franrgb.git
synced 2026-02-12 11:18:57 -08:00
Create update_stats.yml
This commit is contained in:
22
.github/workflows/update_stats.yml
vendored
Normal file
22
.github/workflows/update_stats.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
name: Wakapi Update Stats
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 */12 * * *'
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
update-readme:
|
||||||
|
name: Update Readme with Metrics
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: xyvs/wakapi-readme-stats@v0.2
|
||||||
|
with:
|
||||||
|
WAKATIME_URL: ${{ secrets.WAKATIME_URL }}
|
||||||
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
||||||
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
SHOW_LOC_CHART: False
|
||||||
|
SHOW_PROJECTS: False
|
||||||
|
SHOW_PROFILE_VIEWS: False
|
||||||
|
SHOW_LINES_OF_CODE: True
|
||||||
|
COMMIT_BY_ME: True
|
||||||
|
SHOW_UPDATED_DATE: False
|
||||||
Reference in New Issue
Block a user