step-security/Github Releases To Discord
Automatically send a stylized Discord webhook of a GitHub Release description to a specified Discord channel.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_url | Discord's webhook url. Use GH repo secrets. | yes | — |
| color | Decimal color value for embed. | no | 2105893 |
| username | String username for webhook. | no | — |
| avatar_url | String url to webhook avatar picture. | no | — |
| custom_html_url | If filled, replaces github's release url with your custom html url. | no | — |
| content | String content for webhook. | no | — |
| release_name | Optional release title used when manually triggering the workflow with workflow_dispatch. | no | — |
| release_body | Optional release body used when manually triggering the workflow with workflow_dispatch. | no | — |
| release_html_url | Optional release URL used when manually triggering the workflow with workflow_dispatch. | no | — |
| footer_title | Title for the footer. | no | — |
| footer_icon_url | Icon url for the footer. | no | — |
| footer_timestamp | Timestamp for the footer. | no | — |
| max_description | Max length for the description. | no | 4096 |
| remove_github_reference_links | Remove any PR, commit, and issue links from the description. | no | false |
| reduce_headings | Converts H3 to bold, h2 to bold & underline. | no | false |
Outputs
no outputs