Skip to content

Update Gist

Update Gist #2998

Workflow file for this run

name: Update Gist
on:
push:
branches: master
schedule:
- cron: "0 */3 * * *"
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install
run: npm install
- name: Update gist
run: node ./index.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: 6926d843b3b33f51e17e4810bfc48a70
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}