Send error notification if issue occurs during publish - #156
Open
BrandonChanSkybox wants to merge 35 commits into
Open
Send error notification if issue occurs during publish#156BrandonChanSkybox wants to merge 35 commits into
BrandonChanSkybox wants to merge 35 commits into
Conversation
BrandonChanSkybox
had a problem deploying
to
release
August 5, 2026 01:01 — with
GitHub Actions
Failure
BrandonChanSkybox
marked this pull request as ready for review
August 10, 2026 22:40
BrandonChanSkybox
requested review from
JakeShirley and
rlandav
as code owners
August 10, 2026 22:40
SBLMikeDemone
approved these changes
Aug 11, 2026
SBLMikeDemone
left a comment
Contributor
There was a problem hiding this comment.
Barebones and simple! Hopefully we can set up the main-only secret easily
JakeShirley
reviewed
Aug 12, 2026
| echo "Could not find secret" | ||
| else | ||
| short_sha="${GITHUB_SHA::6}" | ||
| curl -X POST -H 'Content-type: application/json' --data "{\"text\":\"*Open Source Pipeline Failure!*\n>An issue occurred in commit: <${{github.server_url}}/${{github.repository}}/commit/${{github.sha}}|${short_sha}...>\"}" $test_secret |
Member
There was a problem hiding this comment.
Please update this to be a shared utility script for pipelines instead of a one-off bash script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sends an error notification if issue occurs during publish
Requires the Webhook secret to be added