Skip to content

Commit

Permalink
Update slack weboook config.
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu authored Dec 9, 2024
1 parent c7e65b4 commit 5d9455c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v2
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: webhook-trigger
# For posting a rich message using Block Kit
payload: |
{
Expand Down Expand Up @@ -81,6 +83,3 @@ jobs:
}
]
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

0 comments on commit 5d9455c

Please sign in to comment.