Skip to content

Update gist

Update gist #233

Workflow file for this run

name: Update gist
on:
push:
branches:
- master
schedule:
- cron: "0 */24 * * *"
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- name: Update gist
uses: maxam2017/productive-box@master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: ${{ secrets.GIST_ID }}
TIMEZONE: Asia/Seoul