Skip to content

Commit

Permalink
Setting back to access token
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpalis committed Aug 14, 2024
1 parent fed5f4b commit 3736f83
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 @@ -56,7 +56,7 @@ jobs:
namespace="warp-pipelines"
name="Illumina-Genotyping-Array_np_copy"
# Assign the access token to a variable
ACCESS_TOKEN="${{ steps.auth.outputs.auth_token }}"
ACCESS_TOKEN="${{ steps.auth.outputs.access_token }}"
printf "\nFetching status for submission ID '%s':" "${submissionId}"
submissionDetails=$(curl \
Expand Down

0 comments on commit 3736f83

Please sign in to comment.