Skip to content

Commit

Permalink
chore: add my workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anoriqq committed Jan 2, 2020
1 parent 0692f5b commit 3334333
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/bymyself.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Update gist with WakaTime stats by myself
on: push
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: 46d532d550d717fcb9e92158e8913cf5
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}

0 comments on commit 3334333

Please sign in to comment.