-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(github-actions): move slack webhook url to under slack action #8060
fix(github-actions): move slack webhook url to under slack action #8060
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
Deploy preview created for package Built with commit: d4740708baa66b768d7cb280a9e7e59f11cca4d1 |
Deploy preview created for package Built with commit: d4740708baa66b768d7cb280a9e7e59f11cca4d1 |
Deploy preview created for package Built with commit: d4740708baa66b768d7cb280a9e7e59f11cca4d1 |
Deploy preview created for package Built with commit: d4740708baa66b768d7cb280a9e7e59f11cca4d1 |
Deploy preview created for package Built with commit: d4740708baa66b768d7cb280a9e7e59f11cca4d1 |
Deploy preview created for package Built with commit: d4740708baa66b768d7cb280a9e7e59f11cca4d1 |
Deploy preview created for package Built with commit: d4740708baa66b768d7cb280a9e7e59f11cca4d1 |
Related Ticket(s)
No related issue
Description
The slack webhook as a global environment variable was getting burned into the React artifacts when building to Github Pages. This exposes the secret which isn't desired.
This PR moves the environment variable specifically under the Slack action in the workflow to avoid this.
Changelog
Changed
deploy-canary.yml
deploy-next.yml