Skip to content

Update gist

Update gist #920

Workflow file for this run

name: Update gist
on:
push:
branches:
- master
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- name: Update gist
uses: ./
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: db2d0646ea0fd560c9da5b128a576bd1
USER_ID: 46697826
USER_TOKEN: ${{ secrets.USER_TOKEN }}