mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-27 22:11:38 +01:00
fix(ci): Adjust for a breaking change in the Slack action (#12753)
This commit is contained in:
parent
48f99099b2
commit
a9ca361523
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
|
||||
with:
|
||||
channel-id: C074F5UESQ0
|
||||
method: chat.postMessage
|
||||
token: ${{ steps.retrieve-slack-secret.outputs.slack-bot-token }}
|
||||
payload: |
|
||||
{
|
||||
"blocks": [
|
||||
@ -1209,7 +1211,6 @@ jobs:
|
||||
]
|
||||
}
|
||||
env:
|
||||
SLACK_BOT_TOKEN: ${{ steps.retrieve-slack-secret.outputs.slack-bot-token }}
|
||||
BUILD_NUMBER: ${{ needs.setup.outputs.build_number }}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user