mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
fix(ci): Adjust for a breaking change in the Slack action (#12753)
This commit is contained in:
3
.github/workflows/build-desktop.yml
vendored
3
.github/workflows/build-desktop.yml
vendored
@@ -1196,6 +1196,8 @@ jobs:
|
|||||||
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
|
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
|
||||||
with:
|
with:
|
||||||
channel-id: C074F5UESQ0
|
channel-id: C074F5UESQ0
|
||||||
|
method: chat.postMessage
|
||||||
|
token: ${{ steps.retrieve-slack-secret.outputs.slack-bot-token }}
|
||||||
payload: |
|
payload: |
|
||||||
{
|
{
|
||||||
"blocks": [
|
"blocks": [
|
||||||
@@ -1209,7 +1211,6 @@ jobs:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
env:
|
env:
|
||||||
SLACK_BOT_TOKEN: ${{ steps.retrieve-slack-secret.outputs.slack-bot-token }}
|
|
||||||
BUILD_NUMBER: ${{ needs.setup.outputs.build_number }}
|
BUILD_NUMBER: ${{ needs.setup.outputs.build_number }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user