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 b6dbd49 commit c881827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/authorized_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit c881827

Please sign in to comment.