Skip to content

Commit 1e4b681

Browse files
committed
Inject DEVELOCITY_ACCESS_KEY to dependency graph workflow
1 parent 57e3991 commit 1e4b681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle-dependency-submission.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
permissions: {}
99

10+
env:
11+
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
12+
1013
jobs:
1114
dependency-submission:
1215
if: github.repository == 'junit-team/junit5'

0 commit comments

Comments
 (0)