From c88182791ce5443b5478c2f9dc296c388df90cf0 Mon Sep 17 00:00:00 2001 From: npetrill Date: Tue, 21 Jan 2025 09:07:55 -0500 Subject: [PATCH] new way of chekcing auth --- .github/workflows/authorized_users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authorized_users.yml b/.github/workflows/authorized_users.yml index fe9f6d7688..3bb90878f1 100644 --- a/.github/workflows/authorized_users.yml +++ b/.github/workflows/authorized_users.yml @@ -21,7 +21,7 @@ jobs: id: gatekeeper run: | echo "The actor is: ${GITHUB_ACTOR}" - APPROVED_USERS=("nikellepetrillo") # Add more users as needed + APPROVED_USERS=("nikellepetrilloo") # Add more users as needed if [[ " ${APPROVED_USERS[@]} " =~ " ${GITHUB_ACTOR} " ]]; then echo "User ${GITHUB_ACTOR} is approved."