This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new 08d2310  Protect `asf-site` instead of `asf-staging`
08d2310 is described below

commit 08d2310d1fcfe7645c8f3e306d610f86d051d1ca
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Jan 11 13:33:08 2024 +0100

    Protect `asf-site` instead of `asf-staging`
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index c2fd8ed..2dd321a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,7 +34,7 @@ github:
   protected_branches:
     main:
       required_signatures: true
-    asf-staging:
+    asf-site:
       required_signatures: true
 
 publish:

Reply via email to