SAME-Project / same-project

https://sameproject.ml/
Apache License 2.0
19 stars 8 forks source link

Authenticate with gcloud service account in the build workflow. #127

Closed Bubblyworld closed 2 years ago

Bubblyworld commented 2 years ago

Currently our kubeflow tests are still failing as the github action runner can't authenticate to our gcloud test cluster. I've generated a service account and keys for the runner, which are now in the github secrets. This works locally, but might take some finagling to get it running on github.