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 14c30eb commit b43467c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@ jobs:
--sa-json-b64 "$SA_JSON_B64" \
--user "[email protected]" \
--source "gs://fc-cddd72b5-323c-495c-9557-5057fff0275a/commit_hash.txt" \
--destination .
--destination . \
--workspace-namespace warp-pipelines \
--workspace-name "WARP Tests"
env:
SA_JSON_B64: ${{ secrets.PDT_TESTER_SA_B64 }}

Expand Down

0 comments on commit b43467c

Please sign in to comment.