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-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 048443b5a7 Instrument Dependabot build with Develocity
048443b5a7 is described below
commit 048443b5a77966ae3100c40b03297f023fcfcd3e
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Jun 11 15:26:31 2024 +0200
Instrument Dependabot build with Develocity
---
.github/workflows/merge-dependabot.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/merge-dependabot.yaml
b/.github/workflows/merge-dependabot.yaml
index eb28357eb1..292ff3157e 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,9 @@ jobs:
build:
if: github.repository == 'apache/logging-log4j2' && github.event_name ==
'pull_request_target' && github.actor == 'dependabot[bot]'
- uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.1.0
+ uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
+ secrets:
+ GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
merge-dependabot:
needs: build