actions-marketplace-validations/Tweet Activity

A GitHub Action that will tweet out about certain actions in your repo so everyone following you can be kept updated

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tweetContent of the tweet you wanna makeyesHello World
skip_ownerSet true if you don't want the action to happen if the action is done by the repo ownernofalse
GITHUB_TOKENSecret GitHub API token to use for making API requests.yes${{ github.token }}
TWITTER_API_KEYTwitter API key you get after creating a twitter appyesundefined
TWITTER_API_SECRET_KEYTwitter API secret key you get after creating a twitter appyesundefined
TWITTER_ACCESS_TOKENTwitter API access token you get after creating a twitter appyesundefined
TWITTER_ACCESS_TOKEN_SECRETTwitter API secret access token you get after creating a twitter appyesundefined
namedescription
tweet-sentThe tweet that got sent out