This commit is contained in:
Tomas Votruba 2022-01-25 20:56:51 +01:00
parent 22db8c79c3
commit a60f31b9a0
1 changed files with 1 additions and 0 deletions

View File

@ -21,5 +21,6 @@ jobs:
# Get your tokens from https://developer.twitter.com/en/portal/projects/1486009292276776963/apps/23201457/keys
TWITTER_CONSUMER_API_KEY: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
TWITTER_CONSUMER_API_SECRET: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
# needs "Read & Write" access, the default is "Read"; see https://twittercommunity.com/t/changing-app-permissions-missing-in-ui/163708/8 on how to elevate
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}