Skip to content

Commit

Permalink
fix(ci): Adjust for a breaking change in the Slack action
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Jan 8, 2025
1 parent 65a27e7 commit 1c42bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,7 @@ jobs:
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
channel-id: C074F5UESQ0
token: ${{ steps.retrieve-slack-secret.outputs.slack-bot-token }}
payload: |
{
"blocks": [
Expand All @@ -1209,7 +1210,6 @@ jobs:
]
}
env:
SLACK_BOT_TOKEN: ${{ steps.retrieve-slack-secret.outputs.slack-bot-token }}
BUILD_NUMBER: ${{ needs.setup.outputs.build_number }}


Expand Down

0 comments on commit 1c42bc1

Please sign in to comment.