Skip to content

Commit 68adc42

Browse files
committed
Fix merge-dependabot workflow
1 parent a9d6068 commit 68adc42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/merge-dependabot.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333
# Temporary use `develocity` branch
3434
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
3535
secrets:
36-
GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
36+
DV_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
3737
with:
3838
java-version: |
3939
8
4040
17
41+
develocity-enabled: true
4142
reproducibility-check-enabled: false
4243

4344
merge-dependabot:

0 commit comments

Comments
 (0)