alan-turing-institute / hub23-deploy

A repo to manage the Turing BinderHub instance
https://alan-turing-institute.github.io/hub23-deploy
MIT License
9 stars 4 forks source link

[FEATURE] Implement "ok-to-test" workflow to provide secrets to PRs from forks #359

Closed sgibson91 closed 3 years ago

sgibson91 commented 3 years ago

Is your feature request related to a problem? Please describe.

When pull requests from forks are opened (e.g. the HelmUpgradeBot helm chart updates), our required tests fail because the required secrets are not available to forks.

Describe the solution you'd like

I'd like to implement an "ok-to-test" workflow such that when someone with write access to the repo comments /ok-to-test sha=<SHA> on a PR from a fork, the secrets required to pass the required tests are granted.

See imjohnbo/ok-to-test for implementation details.

sgibson91 commented 3 years ago

fixed by #363