Skip to content

Commit

Permalink
testing slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Mar 29, 2024
1 parent 4c39f7e commit 98dd0ac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/create_issue_epic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v4

- uses: dacbd/create-issue-action@v2
id: create-issue
with:
token: ${{ secrets.CREATE_ISSUE_IN_DIFF_REPO }}
owner: celestiaorg
Expand Down Expand Up @@ -63,3 +64,15 @@ jobs:
- [ ] Verify release on mainnet
- [ ] Docs updated for release for mainnet
```
- uses: ravsamhq/notify-slack-action@v2
with:
status: ${{ job.status }}
token: ${{ secrets.GITHUB_TOKEN }}
notification_title: "New Release for Deployment"
message_format: "{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}>"
footer: "Linked Issue <${{steps.create-issue.outputs.html_url}}>"
# mention_groups: "S04MZ965WQZ"
mention_users: "U041K4YPENN"
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 98dd0ac

Please sign in to comment.