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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tweet | Content of the tweet you wanna make | yes | Hello World |
| skip_owner | Set true if you don't want the action to happen if the action is done by the repo owner | no | false |
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| TWITTER_API_KEY | Twitter API key you get after creating a twitter app | yes | undefined |
| TWITTER_API_SECRET_KEY | Twitter API secret key you get after creating a twitter app | yes | undefined |
| TWITTER_ACCESS_TOKEN | Twitter API access token you get after creating a twitter app | yes | undefined |
| TWITTER_ACCESS_TOKEN_SECRET | Twitter API secret access token you get after creating a twitter app | yes | undefined |
Outputs
| name | description |
|---|---|
| tweet-sent | The tweet that got sent out |