From 90deabc63029fb9f6cd82cdd1d4ff3efd759bb73 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Fri, 27 Oct 2023 09:48:46 +0200 Subject: [PATCH] Add repo name to slack notification --- .github/workflows/daily-security-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-security-check.yml b/.github/workflows/daily-security-check.yml index 36b2deb8b..51d7d58ba 100644 --- a/.github/workflows/daily-security-check.yml +++ b/.github/workflows/daily-security-check.yml @@ -97,6 +97,6 @@ jobs: SLACK_COLOR: ${{ job.status }} SLACK_ICON: https://static.surfconext.nl/logos/idp/surfnet.png SLACK_MESSAGE: 'Dependency check failed :crying_cat_face:' - SLACK_TITLE: Dependency check wants attention + SLACK_TITLE: ${{ github.repository }} wants attention SLACK_USERNAME: NightlySecurityCheck SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file