mirror of
https://github.com/xyvs/xyvs.git
synced 2026-02-12 03:08:56 -08:00
Create update_stats.yml
This commit is contained in:
16
.github/workflows/update_stats.yml
vendored
Normal file
16
.github/workflows/update_stats.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Waka Readme
|
||||
|
||||
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.1
|
||||
with:
|
||||
WAKATIME_URL: ${{ secrets.WAKATIME_URL }}
|
||||
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
Reference in New Issue
Block a user