mirror of
https://github.com/ArthurDanjou/ArthurDanjou.git
synced 2026-01-14 15:54:11 +01:00
18 lines
417 B
YAML
18 lines
417 B
YAML
name: Waka Readme
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 04 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
update-readme:
|
|
name: Update Readme with Metrics
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: anmol098/waka-readme-stats@master
|
|
with:
|
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
SHOW_PROFILE_VIEWS: "False"
|
|
SHOW_LOC_CHART: "False"
|