Skip to content

Commit

Permalink
build: add slack destination channel
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Sep 13, 2024
1 parent 44f3350 commit c8a1541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slack-notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
if [[ "${{ inputs.status }}" == "success" ]]; then
SLACK_MESSAGE=$(cat <<-EOF
{
"channel": "#team-gnark-build",
"blocks": [
{
"type": "section",
Expand Down

0 comments on commit c8a1541

Please sign in to comment.