Skip to content

Commit

Permalink
Merge pull request #749 from amazon-connect/slack-workflow
Browse files Browse the repository at this point in the history
Create slack.yml
  • Loading branch information
vs-amzn authored Sep 22, 2023
2 parents 7455fe3 + af8ca3a commit 795e1f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/slack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This workflow sends a message whenever an issue is opened/closed
#
# You can adjust the behavior by modifying this file.
name: Send GitHub Action trigger data to Slack workflow
on:
issues:
types:
- opened
- closed

jobs:
name: Slack Notification
id: slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 795e1f4

Please sign in to comment.