Skip to content

Update gist

Update gist #325

Workflow file for this run

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