This action tweets the content of specific text file.
Required File which content to be tweeted. Defaults to "tweets/latest.txt".
ID of tweet.
uses: issm/github-actions-tweet-action@master
env:
TWITTER_API_KEY: ${{ secrets.TWITTER_API_KEY }}
TWITTER_API_KEY_SECRET: ${{ secrets.TWITTER_API_KEY_SECRET }}
TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
with:
tweet_file: examples/tweets/latest.txt