Created
April 28, 2021 09:52
-
-
Save hennevogel/2c2b58b31114cccf28aa928863827fc6 to your computer and use it in GitHub Desktop.
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
@token = Token::Workflow.new(scm_access_token: '$GITHUB_ACCESS_TOKEN') | |
Webhook comes in from github | |
@token.call | |
-> branch | |
-> create EventSubscription | |
-> Event::BuildFail for package blah happens | |
-> notify github with @token.scm_access_token |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment