From f462c25c51918b92eef82944e4ac333f57ea747c Mon Sep 17 00:00:00 2001 From: Jose Soto Date: Fri, 12 Apr 2024 15:42:32 -0400 Subject: [PATCH] just rely on hardcodd value in downsteram attach billing project workflow --- .github/actions/landing-zone-attach/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/landing-zone-attach/action.yml b/.github/actions/landing-zone-attach/action.yml index 5c8e73c4..aaec49ac 100644 --- a/.github/actions/landing-zone-attach/action.yml +++ b/.github/actions/landing-zone-attach/action.yml @@ -33,7 +33,6 @@ runs: "run-name": "${{ inputs.run_name }}", "bee-name": "${{ inputs.bee_name }}", "billing-project": "${{ inputs.project_name }}", - "service-account": "tsps-qa@broad-dsde-qa.iam.gserviceaccount.com", - "tsps-service-account": "tsps-qa@broad-dsde-qa.iam.gserviceaccount.com", + "service-account": "firecloud-qa@broad-dsde-qa.iam.gserviceaccount.com", "billing-project-creator": "hermione.owner@quality.firecloud.org" }