Skip to content

Update gist

Update gist #56

Workflow file for this run

name: Update gist
on:
repository_dispatch:
types: [build-event]
schedule:
- cron: "0 0 * * *"
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- name: Update gist
uses: maxam2017/productive-box@master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: 4c9fcdb854980cd6c906ea5de0ba4b2b
TIMEZONE: Asia/Seoul