1
0
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:
Addison Beck 2025-01-08 13:47:45 -05:00 committed by GitHub
parent 48f99099b2
commit a9ca361523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}