Skip to content

Commit bcc05c5

Browse files
BSKYmatchai
authored andcommitted
Migrate from main.workflow to the new yml syntax (#8)
1 parent d3fb601 commit bcc05c5

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/main.workflow

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/schedule.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)