diff --git a/.gitea/workflows/branch-protection.yml b/.gitea/workflows/branch-protection.yml index 429eeed..30d2438 100644 --- a/.gitea/workflows/branch-protection.yml +++ b/.gitea/workflows/branch-protection.yml @@ -124,7 +124,7 @@ jobs: "rule_name": "main", "enable_push": true, "enable_push_whitelist": true, - "push_whitelist_usernames": ["jmiller", "gitea-actions[bot]"], + "push_whitelist_usernames": ["jmiller"], "enable_force_push": true, "enable_force_push_allowlist": true, "force_push_allowlist_usernames": ["jmiller"],