mirror of
https://github.com/xyvs/xyvs.git
synced 2026-02-12 11:18:56 -08:00
17 lines
395 B
YAML
17 lines
395 B
YAML
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 }}
|