diff --git a/dev-docs/service-side-authorization.md b/dev-docs/service-side-authorization.md index 1dc2dc9..e5212d7 100644 --- a/dev-docs/service-side-authorization.md +++ b/dev-docs/service-side-authorization.md @@ -70,7 +70,7 @@ This server-side enforcement cannot be bypassed, ensuring only authorized person ```yaml Environment: release Required reviewers: - - nicholls@mac.com (or GitHub username) + - [Add authorized GitHub usernames here] Wait timer: 0 minutes diff --git a/paperkit-dev b/paperkit-dev index 0d11517..d227f0c 100755 --- a/paperkit-dev +++ b/paperkit-dev @@ -47,7 +47,6 @@ NC='\033[0m' # NOTE: This is a local check only. Service-side authorization is enforced by # GitHub Actions using protected environments. See dev-docs/service-side-authorization.md AUTHORIZED_OWNERS=( - "nicholls@mac.com" ) # Check if current user is authorized