bazel-contrib / bcr-ui

Website for the Bazel Central Registry
https://registry.bazel.build
Apache License 2.0
17 stars 8 forks source link

Hook up build triggers in BCR #20

Closed hobofan closed 2 years ago

hobofan commented 2 years ago

To trigger new builds on every new submission to the BCR, the BCR needs to trigger builds in this repository via a GH Actions workflow like here: https://github.com/hobofan/bazel-central-registry/blob/c5ae80713c58bec89e0bfe3e2bf761fa8f21aa5d/.github/workflows/tigger_web_ui_build.yaml

For this a Personal Access Token (with public_repo scope for this repository) has to be provided as an GH Actions secret to the BCR repo (I can provide one).

(Split out from #4)

meteorcloudy commented 2 years ago

@hobofan Do you still have some time to finish automating the deployment?

hobofan commented 2 years ago

Done in bazelbuild/bazel-central-registry#222