Skip to content

Commit

Permalink
Merge 0c48324 into d6744d7
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry committed Apr 10, 2024
2 parents d6744d7 + 0c48324 commit 69c3ae0
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 69c3ae0

Please sign in to comment.