jsmrcaga/Social Post
A simple action to create posts on Social Media
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| MESSAGE_TEMPLATE | What should be sent? (only text enabled) | yes | I published a new release to {{ platform_name }}: v${{ github.ref }}! |
| TWITTER_ENABLED | Should post to twitter? | yes | false |
| TWITTER_CONSUMER_KEY | Twitter Consumer Key from your App | no | "" |
| TWITTER_CONSUMER_SECRET | Twitter Consumer Secret from your App | no | "" |
| TWITTER_API_KEY | Twitter API Key from your App | no | "" |
| TWITTER_API_SECRET | Twitter API Secret from your App | no | "" |
| DISCORD_ENABLED | Should post to Discord? | yes | false |
| DISCORD_WEBHOOK | Discord webhook to post message | no | "" |
| SLACK_ENABLED | Should post to Slack? | yes | false |
| SLACK_OAUTH_TOKEN | Slack bot token | no | "" |
| SLACK_BOT_NAME | The username the bot will have when sending the message | no | — |
| SLACK_CHANNEL | The channel the bot should post to (the # is required) | — | #general |
Outputs
no outputs