From 1d08ac4fcae90e723c5212548a8bc473d1032d36 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:23:46 +0300 Subject: [PATCH] [8.13](backport #2117) Update slack channel name (#2119) Update slack channel name (#2117) (cherry picked from commit 73f2940c197c0cb512422ec183112ffab0657ce4) Co-authored-by: Dmitry Gurevich <99176494+gurevichdmitry@users.noreply.github.com> --- .github/actions/slack-notification/README.md | 20 +++++++++---------- .github/actions/slack-notification/action.yml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/actions/slack-notification/README.md b/.github/actions/slack-notification/README.md index 9606d796cf..e5dd3885cb 100644 --- a/.github/actions/slack-notification/README.md +++ b/.github/actions/slack-notification/README.md @@ -82,13 +82,13 @@ jobs: Following inputs can be used as `step.with` keys: -| Name | Type | Required | Description | -|------------------|----------|----------|-------------------------------------------------------------| -| `vault-role-id` | String | yes | The Vault role id. | -| `vault-secret-id`| String | yes | The Vault secret id. | -| `vault-url` | String | yes | The Vault URL to connect to. | -| `slack-channel` | String | no | Slack channel id or channel name. Default: #csp-qa-alerts | -| `slack-message` | String | no | Posting a simple plain text message. | -| `slack-payload` | String | no | Posting a rich message using Block Kit. | -| `mask-secrets` | String | no | Masking secrets in the logs. Default: 'true' | -| `url-encoded` | String | no | URL-encoded message. Default: 'true' | +| Name | Type | Required | Description | +|------------------|----------|----------|-------------------------------------------------------------------| +| `vault-role-id` | String | yes | The Vault role id. | +| `vault-secret-id`| String | yes | The Vault secret id. | +| `vault-url` | String | yes | The Vault URL to connect to. | +| `slack-channel` | String | no | Slack channel id or channel name. Default: #cloud-sec-qa-alerts | +| `slack-message` | String | no | Posting a simple plain text message. | +| `slack-payload` | String | no | Posting a rich message using Block Kit. | +| `mask-secrets` | String | no | Masking secrets in the logs. Default: 'true' | +| `url-encoded` | String | no | URL-encoded message. Default: 'true' | diff --git a/.github/actions/slack-notification/action.yml b/.github/actions/slack-notification/action.yml index 499169c362..85ab9c2126 100644 --- a/.github/actions/slack-notification/action.yml +++ b/.github/actions/slack-notification/action.yml @@ -13,7 +13,7 @@ inputs: slack-channel: description: 'Slack channel' required: false - default: '#csp-qa-alerts' + default: '#cloud-sec-qa-alerts' slack-message: description: 'Slack message: For multiple lines, provide a URL-encoded message and set url-encoded to true' required: false