ajainvivek/slack-notify-release
A simple GitHub action to post a Slack message when a new version is released.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_name | Project name to display | yes | — |
| github_token | GitHub token | yes | — |
| slack_token | Slack token | yes | — |
| channel_id | Channel ID | yes | — |
| repo_owner_name | Repository owner name | no | — |
| repo_name | Repository name | no | — |
| release_tag | Git tag for the release to announce (for example v1.2.0). When omitted, the latest release is used. | no | — |
Outputs
| name | description |
|---|---|
| status | The status of message sent |