-
Notifications
You must be signed in to change notification settings - Fork 0
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
285 file sharing #8
Conversation
I don't know how to solve the authorization error I get in the checkings. |
Looks like there's some recently added nonsense regarding parsing of the deploy key (public key host label "does not match GitHub URL pattern. Not treating it as a GitHub deploy key") |
Looks like we have to modify the public key so that the comment references the repository being pulled from so we'll need to get the goaliejs guys to add our modified public key to their accepted deploy keys. No idea why this suddenly stopped working recently or why the comment (which traditionally tells you which machine generated the key pair) is being abused in this fashion. |
SonarCloud Quality Gate failed. |
In this pull request the modifications to the broker and the API needed to use the file sharing functionality have been implemented, together with example stories.
A detailed explanation of the workflow is reported here.