Merge branch 'main' of github.com:bradsbrown/wordlinator

This commit is contained in:
2022-06-04 08:30:24 -05:00

View File

@@ -2,7 +2,7 @@ name: Update Scores
on:
workflow_dispatch:
schedule:
- cron: '0 15,19,20,1,4 * * *'
- cron: '0 1,4,15,18,20 * * *'
env:
TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }}
TWITTER_API_KEY: ${{ secrets.TWITTER_API_KEY }}