Skip to content

Send GitHub new discussion thread to Slack #37

Send GitHub new discussion thread to Slack

Send GitHub new discussion thread to Slack #37

name: Send GitHub new discussion thread to Slack
on:
discussion:
types: [created]
jobs:
discussion-created:
runs-on: ubuntu-latest
steps:
- name: Send discussion thread to Slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_DISCUSSION }}