mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
[CONTENT-3783] Use slack webhook url instead of token
Signed-off-by: Claudia Garcia <gclaudia@vmware.com>
This commit is contained in:
@@ -96,7 +96,6 @@ jobs:
|
|||||||
if: ${{ needs.build_multiarch.result != 'success' || needs.deploy_manifests.result != 'success' }}
|
if: ${{ needs.build_multiarch.result != 'success' || needs.deploy_manifests.result != 'success' }}
|
||||||
uses: slackapi/slack-github-action@v1.23.0
|
uses: slackapi/slack-github-action@v1.23.0
|
||||||
with:
|
with:
|
||||||
channel-id: ${{ secrets.CI_SLACK_CHANNEL_ID }}
|
|
||||||
payload: |
|
payload: |
|
||||||
{
|
{
|
||||||
"attachments": [
|
"attachments": [
|
||||||
@@ -123,4 +122,4 @@ jobs:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
env:
|
env:
|
||||||
SLACK_BOT_TOKEN: ${{ secrets.CI_SLACK_BOT_TOKEN }}
|
SLACK_WEBHOOK_URL: ${{ secrets.CI_SLACK_WEBHOOK_URLs }}
|
||||||
|
|||||||
Reference in New Issue
Block a user