Skip to content

Commit 2a4d884

Browse files
committed
Migrated the submit dependency graph to accessToken as well
1 parent 56215c7 commit 2a4d884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/submit-github-dependency-graph.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
java-version: 11
2020
- name: Submit dependency graph
2121
uses: gradle/actions/dependency-submission@v3
22+
with:
23+
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
2224
env:
2325
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath'
24-
DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}

0 commit comments

Comments
 (0)