mirror of
https://github.com/ivuorinen/github-stats.git
synced 2026-02-11 16:48:46 +00:00
feat(actions): Update gist with WakaTime stats
This commit is contained in:
19
.github/workflows/waka-box.yml
vendored
Normal file
19
.github/workflows/waka-box.yml
vendored
Normal 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 }}
|
||||||
Reference in New Issue
Block a user