Skip to content

Commit

Permalink
restructure how we check authed users
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jan 14, 2025
1 parent 35492e0 commit 6ed23ea
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 @@ -22,7 +22,7 @@ jobs:
id: gatekeeper
run: |
echo "The actor is: ${GITHUB_ACTOR}"
APPROVED_USERS=("")
APPROVED_USERS=("nikellepetrillo")
if [[ " ${APPROVED_USERS[@]} " =~ " ${GITHUB_ACTOR} " ]]; then
echo "User ${GITHUB_ACTOR} is approved."
Expand Down

0 comments on commit 6ed23ea

Please sign in to comment.