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 600de16de4 Fix obsolete comments
600de16de4 is described below

commit 600de16de4ec7eb889c0e4c586bf28c80d0ae76d
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Sep 2 21:18:30 2024 +0200

    Fix obsolete comments
---
 .github/workflows/deploy-site.yaml      | 2 --
 .github/workflows/merge-dependabot.yaml | 1 -
 2 files changed, 3 deletions(-)

diff --git a/.github/workflows/deploy-site.yaml 
b/.github/workflows/deploy-site.yaml
index 543e50e443..6f3cb6b5f6 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -37,8 +37,6 @@ jobs:
     # Secrets for committing the generated site
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
-      # Temporarily disabled until build is fixed
-      # GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
     # Write permissions for committing the generated site
     permissions:
       contents: write
diff --git a/.github/workflows/merge-dependabot.yaml 
b/.github/workflows/merge-dependabot.yaml
index 7fd1f9572a..5848ee7b95 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,6 @@ jobs:
 
   build:
     if: github.repository == 'apache/logging-log4j2' && github.event_name == 
'pull_request_target' && github.actor == 'dependabot[bot]'
-    # Temporary use `develocity` branch
     uses: 
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
     secrets:
       DV_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}

Reply via email to