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
Github API gives you the ability to generate a custom github event using a personal token. We can use this workflow to trigger bonsai to run an asset recompile at the end of CI/CD after all asset binaries are uploaded into the tagged github release.
Update on this. The repository_dispatch event can't be used by webhooks at present, it there only to support github actions right now. So this isn't a solution yet.
Github API gives you the ability to generate a custom github event using a personal token. We can use this workflow to trigger bonsai to run an asset recompile at the end of CI/CD after all asset binaries are uploaded into the tagged github release.
###Straw proposal
ref: https://developer.github.com/v3/repos/#create-a-repository-dispatch-event
The text was updated successfully, but these errors were encountered: