From cf45164749f79b7d98b193a69ce1cc51af2d72ad Mon Sep 17 00:00:00 2001 From: Sven Dunemann Date: Tue, 27 Aug 2024 10:57:34 +0200 Subject: [PATCH] Adjust slack channel for notifications (#679) --- clients/cli/.github/workflows/vulnerabilities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/cli/.github/workflows/vulnerabilities.yml b/clients/cli/.github/workflows/vulnerabilities.yml index d99cbcb5..b35d5b84 100644 --- a/clients/cli/.github/workflows/vulnerabilities.yml +++ b/clients/cli/.github/workflows/vulnerabilities.yml @@ -12,6 +12,6 @@ jobs: uses: phrase/vulnerability_alerts_github_action@main with: slack-token: ${{ secrets.SLACK_VULNERABILITIES_NOTIFICATIONS_TOKEN }} - slack-channel: ${{ secrets.SLACK_TEAM_INTEGRATIONS_CHANNEL }} + slack-channel: ${{ secrets.SLACK_STRINGS_CONNECT_DELIVER_CHANNEL }} github-token: ${{ secrets.GH_ACCESS_TOKEN }} github-repository: ${{ github.repository }}