CircleCI-Public / slack-orb

Create custom Slack notifications for CircleCI job statuses
https://circleci.com/developer/orbs/orb/circleci/slack
MIT License
214 stars 206 forks source link

CircleCI logo image is not getting displayed #442

Closed mayank0202 closed 8 months ago

mayank0202 commented 8 months ago

Orb version:

circleci/slack@4.1

What happened:

success_tagged_deploy_1 background circleCi image is not coming now screenshot:

circleci-bug

Expected behavior:

It should display circleCi logo image

Additional Information:

ls-philippe-casgrain commented 8 months ago

Also happens with circleci/slack@4.12.5 (latest release as of this comment)

ls-philippe-casgrain commented 8 months ago

Ah, looks like we get an "access denied" for the image resource image resource

ls-philippe-casgrain commented 8 months ago

That's https://assets.brandfolder.com/otz5mn-bw4j2w-6jzqo8/original/circle-logo-badge-black.png if you are keeping track

mayank0202 commented 8 months ago

Yess so we need to get this fixed urgently

pieterocp commented 8 months ago

Looks like circleci/slack@4.12.6 fixes it, see #444

ls-philippe-casgrain commented 8 months ago

Can confirm that for us, updating to 4.12.6 fixes the issue.

mayank0202 commented 8 months ago

yes it worked for me thanks everyone