From a60f31b9a0cff70b35b15e88630adb52d2f9412e Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 25 Jan 2022 20:56:51 +0100 Subject: [PATCH] docs --- build/target-repository/.github/workflows/tweet_release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/target-repository/.github/workflows/tweet_release.yaml b/build/target-repository/.github/workflows/tweet_release.yaml index 1bb0de8f1e6..ed35f793ca0 100644 --- a/build/target-repository/.github/workflows/tweet_release.yaml +++ b/build/target-repository/.github/workflows/tweet_release.yaml @@ -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 }}