Skip to content

Commit

Permalink
[8.13](backport #2117) Update slack channel name (#2119)
Browse files Browse the repository at this point in the history
Update slack channel name (#2117)

(cherry picked from commit 73f2940)

Co-authored-by: Dmitry Gurevich <99176494+gurevichdmitry@users.noreply.github.com>
  • Loading branch information
mergify[bot] and gurevichdmitry authored Apr 11, 2024
1 parent db03603 commit 1d08ac4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/actions/slack-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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' |
2 changes: 1 addition & 1 deletion .github/actions/slack-notification/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d08ac4

Please sign in to comment.