Add .forgejo/workflows/waka.yaml
This commit is contained in:
parent
a1d4f8e1cb
commit
a7d29e3b9b
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/waka.yaml
Normal file
15
.forgejo/workflows/waka.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: WakaTime
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
update-readme:
|
||||
name: WakaReadme DevMetrics
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://git.newty.dev/actions/waka-readme@master
|
||||
with:
|
||||
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
Loading…
Reference in a new issue