Skip to content

Commit

Permalink
Create slack.yml
Browse files Browse the repository at this point in the history
Integrate with slack
  • Loading branch information
vs-amzn authored Sep 22, 2023
1 parent 7455fe3 commit af8ca3a
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 af8ca3a

Please sign in to comment.