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