We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fb601 commit bcc05c5Copy full SHA for bcc05c5
.github/main.workflow
.github/workflows/schedule.yml
@@ -0,0 +1,19 @@
1
+on:
2
+ schedules:
3
+ - cron: '*/10 * * * *'
4
+name: Update gist with latest tweet
5
+jobs:
6
+ update-gist:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@master
10
+ - name: update-gist
11
+ uses: matchai/bird-box@master
12
+ env:
13
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
14
+ GIST_ID: 6d5f84419863089a167387da62dd7081
15
+ TWITTER_ACCESS_TOKEN_KEY: ${{ secrets.TWITTER_ACCESS_TOKEN_KEY }}
16
+ TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
17
+ TWITTER_CONSUMER_KEY: ${{ secrets.TWITTER_CONSUMER_KEY }}
18
+ TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
19
+ TWITTER_USER: matchai
0 commit comments