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 }}