From f778f95935596526b78c22792af9b68062926564 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 24 Mar 2026 12:00:37 -0400 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a312a85..8863a0ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -952,7 +952,7 @@ jobs: run_gam create group $newgroup name "GHA $JID group" description "This is a description" isarchived true run_gam user $gam_user sendemail recipient dev-null@pdl.jaylee.us subject "test message $newbase" message "GHA test message" run_gam user $newuser add license workspaceenterpriseplus - run_gam update user $newuser ou / + run_gam update user $newuser ou "/" run_gam update user $newuser ou "$newou" run_gam config enable_dasa false save # don't expose policy output From 60a784cf15109c2171829edb09dc953d1487e742 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 24 Mar 2026 13:22:25 -0400 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8863a0ef..18938e36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,6 +156,7 @@ jobs: with: workload_identity_provider: projects/297925809119/locations/global/workloadIdentityPools/gha-pool/providers/gha-provider service_account: github-actions-testing-for-gam@gam-project-wyo-lub-ivl.iam.gserviceaccount.com + access_token_scopes: https://www.googleapis.com/auth/iam - name: Cache multiple paths if: matrix.goal == 'build' @@ -882,7 +883,9 @@ jobs: exit $exit_code # Hard fail the step for unapproved errors fi } - + + # Ensures / means / on Windows Bash... + export MSYS_NO_PATHCONV=1 export gam_user="gam-gha-${JID}@pdl.jaylee.us" echo "gam_user=${gam_user}" >> $GITHUB_ENV run_gam config customer_id "C03uzfv2s" save @@ -952,7 +955,7 @@ jobs: run_gam create group $newgroup name "GHA $JID group" description "This is a description" isarchived true run_gam user $gam_user sendemail recipient dev-null@pdl.jaylee.us subject "test message $newbase" message "GHA test message" run_gam user $newuser add license workspaceenterpriseplus - run_gam update user $newuser ou "/" + run_gam update user $newuser ou / run_gam update user $newuser ou "$newou" run_gam config enable_dasa false save # don't expose policy output