This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch release/2.24.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release/2.24.0 by this push:
new 6de281d5b6 Fix token type
6de281d5b6 is described below
commit 6de281d5b6a51e314d463222bbbb42c8b7f68922
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Sep 3 18:00:23 2024 +0200
Fix token type
---
.github/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index a90183bcc8..465a85cc2e 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
secrets:
- DV_ACCESS_TOKEN: ${{ ! startsWith(github.ref_name, 'release/') &&
secrets.GE_ACCESS_TOKEN }}
+ DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' ||
secrets.GE_ACCESS_TOKEN }}
with:
java-version: |
8