Available techniques for using the Slack GitHub Action
mainThe Slack GitHub Action provides four distinct methods for interacting with Slack within your GitHub workflows:
- Workflow Builder Webhooks: Send data to a Slack workflow via a webhook.
- Slack API Methods: Send data using specific Slack API methods. This requires a secret token with the appropriate scopes.
- Incoming Webhooks: Send data as a message using a Slack incoming webhook URL.
- Slack CLI Commands: Execute Slack CLI commands directly.