Skip to content

Update gist

Update gist #1241

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: 9842e074b8ee46aef76fd0d493bae0ed
TIMEZONE: Asia/Taipei