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

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


The following commit(s) were added to refs/heads/2.x by this push:
     new 7f82a4d574 Temporarily disable Develocity on staging build
7f82a4d574 is described below

commit 7f82a4d57400004b675d7c9c8a3c2c5715817f63
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Jun 11 11:07:50 2024 +0200

    Temporarily disable Develocity on staging build
---
 .github/workflows/deploy-site.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-site.yaml 
b/.github/workflows/deploy-site.yaml
index 07f699ed2d..391d702d6e 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -37,7 +37,8 @@ jobs:
     # Secrets for committing the generated site
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
-      GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
+      # Temporarily disabled until build is fixed
+      # GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
     # Write permissions for committing the generated site
     permissions:
       contents: write

Reply via email to