Skip to content

Update gist with latest tweet #141480

Update gist with latest tweet

Update gist with latest tweet #141480

Workflow file for this run

name: Update gist with latest tweet
on:
schedule:
- cron: '*/10 * * * *'
jobs:
update-gist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Update gist
uses: matchai/bird-box@master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: 6d5f84419863089a167387da62dd7081
TWITTER_ACCESS_TOKEN_KEY: ${{ secrets.TWITTER_ACCESS_TOKEN_KEY }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
TWITTER_USER: matchai