GHA Workload Identity

To secure the connection between GitHub Actions and GCP, we will configure a workload identity pool. That will allow GitHub Actions to have temporary credentials in order to push docker images and deploy to the cluster.

Make sure you have the following permissions:

Run pulumi up in the cb_infra repo:

Last updated