Skip to content

Commit 374a7a5

Browse files
chore: Adding @here in slack message for leak detection (#603)
1 parent 8e3b35f commit 374a7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/leak_detect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
# See also: https://api.slack.com/methods/chat.postMessage#channels
3636
channel-id: 'G01H7JP4AP2' # private channel
3737
# For posting a simple plain text message
38-
slack-message: "Project ID LEAK DETECTED: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
38+
slack-message: "@here Project ID LEAK DETECTED: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
3939
env:
4040
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} # can be found in https://api.slack.com/apps/

0 commit comments

Comments
 (0)