Skip to content

Commit

Permalink
Migrated the submit dependency graph to accessToken as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish committed Jun 21, 2024
1 parent 56215c7 commit 2a4d884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/submit-github-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
java-version: 11
- name: Submit dependency graph
uses: gradle/actions/dependency-submission@v3
with:
develocity-access-key: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
env:
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath'
DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}

0 comments on commit 2a4d884

Please sign in to comment.