From a23da82621127b8bba870467174b71080abd74b1 Mon Sep 17 00:00:00 2001 From: npetrill Date: Tue, 3 Dec 2024 14:42:55 -0500 Subject: [PATCH] echo acct --- .github/workflows/test_illumina_genotyping_array.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_illumina_genotyping_array.yml b/.github/workflows/test_illumina_genotyping_array.yml index c4e61750e6..639afcebfc 100644 --- a/.github/workflows/test_illumina_genotyping_array.yml +++ b/.github/workflows/test_illumina_genotyping_array.yml @@ -72,11 +72,9 @@ jobs: access_token_lifetime: '60' # seconds, default is 3600 access_token_scopes: 'profile, email, openid' - - name: Debug Authentication + - name: Debug Auth Outputs run: | - echo "Checking gcloud authentication..." - gcloud auth list - gcloud auth print-access-token + echo "Access Token: ${{ steps.auth.outputs.access_token }}" # Set the branch name. # github.head_ref contains the name of the branch in the context of a pull request