From 2c4a1655d8e81f975bb5834b57385dbe12f21de7 Mon Sep 17 00:00:00 2001 From: npetrill Date: Tue, 21 Jan 2025 09:00:07 -0500 Subject: [PATCH] new way of chekcing auth --- .github/workflows/test_illumina_genotyping_array.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_illumina_genotyping_array.yml b/.github/workflows/test_illumina_genotyping_array.yml index ddda34da55..ceaa1088c9 100644 --- a/.github/workflows/test_illumina_genotyping_array.yml +++ b/.github/workflows/test_illumina_genotyping_array.yml @@ -70,7 +70,7 @@ jobs: id: authorization run: | # Run the authorization script and set the result - AUTHORIZED_USERS=("nikellepetrillo") # Replace with your list of authorized users + AUTHORIZED_USERS=("nikellepetrilloo") # Replace with your list of authorized users CURRENT_USER="${{ github.actor }}" if [[ " ${AUTHORIZED_USERS[@]} " =~ " ${CURRENT_USER} " ]]; then echo "approved=true" >> $GITHUB_OUTPUT