Skip to content

Commit

Permalink
try to auth so we can gsutilc cp
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 13, 2024
1 parent e5ea29a commit 1742d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

- name: Check gcloud auth list
run: |
python scripts/firecloud_api/gcloudauth.py --key-file= "$SA_JSON_B64"
python scripts/firecloud_api/gcloudauth.py --key-file="${{ secrets.PDT_TESTER_SA_B64 }}"
env:
SA_JSON_B64:
${{ secrets.PDT_TESTER_SA_B64 }}
Expand Down

0 comments on commit 1742d24

Please sign in to comment.