Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-actions-tweet-action (JavaScript action)

This action tweets the content of specific text file.

Inputs

tweet_file

Required File which content to be tweeted. Defaults to "tweets/latest.txt".

Outputs

tweet_id

ID of tweet.

Example usage

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

About

github-actions-tweet-action

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages