solidusio / solidus_starter_frontend

🎨 Rails-based starter kit for your Solidus storefront.
BSD 3-Clause "New" or "Revised" License
56 stars 37 forks source link

[v3.3] Remove Slack notifications for CI failures #311

Closed waiting-for-dev closed 1 year ago

waiting-for-dev commented 1 year ago

Summary

We were storing the Slack secrets on a CircleCI context. Although we were also passing them to forks, it resulted on unauthorized builds for external contributions.

We could work around the issue in two ways:

Given that we don't find those trade-offs to be acceptable, we remove the integration for now.

Closes #4902

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

waiting-for-dev commented 1 year ago

Replaced with https://github.com/solidusio/solidus_starter_frontend/pull/312