Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Update gist with WakaTime stats #10320

Update gist with WakaTime stats

Update gist with WakaTime stats #10320

Workflow file for this run

name: Update gist with WakaTime stats
on:
schedule:
- cron: "0 0 * * *"
# Manual triggers with workflow_dispatch
workflow_dispatch:
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Update gist
uses: matchai/waka-box@master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: 968220c97e8da1d047a9a480fa432e54
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}