Skip to content

Update gist

Update gist #46

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: cfb44838e493cd1ac1a1bb1c512a1020
TIMEZONE: Asia/Seoul