Skip to content

A GitHub action for sending a release notification to a Slack Workflow

License

Notifications You must be signed in to change notification settings

Jiro-Digital/slack-workflow-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

slack-workflow-action

A GitHub action for sending a release notification to a Slack Workflow.

Inputs

webhook_url

Required The Slack Workflow webhook URL to post to.

environment

(optional) The environment name used in the release message. Defaults to production.

path

(optional) Path of package.json. Defaults to ./.

Example usage

uses: jirouk/slack-workflow-action@v1
with:
  webhook_url: 'https://hooks.slack.com/workflows/ABC123'
  environment: 'production'

About

A GitHub action for sending a release notification to a Slack Workflow

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published