Skip to content

Test Notifications to Slack #3

Test Notifications to Slack

Test Notifications to Slack #3

Workflow file for this run

name: Test Notifications to Slack
on: workflow_dispatch
jobs:
notifications:
name: Send Notifications
runs-on: ubuntu-latest
environment: development
steps:
- name: Send GitHub Action trigger data to Slack workflow
id: slack
uses: slackapi/[email protected]
with:
"Notification Type": "Pull Request"
"Notification Link": "Link Link"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}