Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-docs/service-side-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This server-side enforcement cannot be bypassed, ensuring only authorized person
```yaml
Environment: release
Required reviewers:
- [email protected] (or GitHub username)
- [Add authorized GitHub usernames here]

Wait timer: 0 minutes

Expand Down
1 change: 0 additions & 1 deletion paperkit-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
"[email protected]"
)

# Check if current user is authorized
Expand Down
Loading