Skip to content

Update gist

Update gist #447

Workflow file for this run

name: Update gist
on:
repository_dispatch:
types: [build-event]
schedule:
- cron: "0 0 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- name: Update gist
uses: maxam2017/productive-box@master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: 3b6ecf2621f492632018912a61025276
TIMEZONE: Europe/Berlin