feat(actions): Update gist with WakaTime stats

This commit is contained in:
2023-06-08 11:24:10 +03:00
committed by GitHub
parent acd2a36e9e
commit 879e861318

19
.github/workflows/waka-box.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Update gist with WakaTime stats
on:
schedule:
- cron: "5 4 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Update gist
uses: matchai/waka-box@v5.0.0
env:
GIST_ID: ${{ secrets.WAKA_BOX_GIST_ID }}
GH_TOKEN: ${{ secrets.WAKA_BOX_GH_TOKEN }}
WAKATIME_API_KEY: ${{ secrets.WAKA_BOX_WAKATIME_API_KEY }}