From 3d68783c367b0867b78a6521098be3851615e53e Mon Sep 17 00:00:00 2001 From: "John T. Knox" Date: Thu, 12 Feb 2026 23:03:12 -0500 Subject: [PATCH] Update SETUP.md Clarify the 2 different TODO under Step 3 --- SETUP.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SETUP.md b/SETUP.md index 866eee4..7b4ac25 100644 --- a/SETUP.md +++ b/SETUP.md @@ -49,7 +49,13 @@ WORKLOAD_IDENTITY_PROVIDER: 'projects/354393498738/locations/global/workloadIden In step 2, the terminal output should end with a set of variables. Copy the whole block. -Open the file `cloud-run.yml` under the `.github` folder. There are 2 places with **`TODO`** in the file: follow the instructions in each TODO and paste in the output from your terminal into the file. +Open the file `cloud-run.yml` under the `.github` folder. There are **2 places with `TODO`** in the file + +1. Under `on:` > `push:` > `branches:`, replace `'none'` with `'main'`. + +*(This means your container will deploy anytime something new is pushed to the `main` branch)* + +2. Under `env:` paste in the output from your terminal (the 5 environment variables) into the file. ## Step 4: Run manual-deploy.sh (ONE PERSON).