Skip to content

Commit

Permalink
new way of chekcing auth
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 21, 2025
1 parent dbc4ba0 commit 2c4a165
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 @@ -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
Expand Down

0 comments on commit 2c4a165

Please sign in to comment.