You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for a new /build API which can be called from CI after successful builds, thereby eliminating the various race conditions resulting from our current dependency on GitHub Webhooks.
Requires should require a GitHub token be provided as a HTTP Header w/ requests to the /build API, then use this token to verify that the requester is authorized to request an asset build (see "List repositories for the authorized user").
Bonsai determines if user connected with access token is a collaborator on a repo /repos/{owner}/{repo}/collaborators/{username}
return status 204 indicates user is a collaborator
Add support for a new /build API which can be called from CI after successful builds, thereby eliminating the various race conditions resulting from our current dependency on GitHub Webhooks.
Requires should require a GitHub token be provided as a HTTP Header w/ requests to the /build API, then use this token to verify that the requester is authorized to request an asset build (see "List repositories for the authorized user").
Notes:
The text was updated successfully, but these errors were encountered: