Skip to content

Commit

Permalink
echo acct
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 3, 2024
1 parent 087d5d6 commit a23da82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a23da82

Please sign in to comment.