Skip to content

Commit

Permalink
Revealing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray authored Mar 17, 2021
1 parent 3a4fa66 commit 7e161b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/java_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
server-username: MAVEN_USERAME
server-password: MAVEN_GHPR_PASSWORD

- name: Show dependencies
env:
MAVEN_USERNAME: octodemobot
MAVEN_GHPR_PASSWORD: ${{ secrets.OCTODEMO_OCTODEMOBOT_TOKEN }}
working-directory: java
run: |
mvn -B dependency:tree --file pom.xml
- name: Build with Maven
env:
MAVEN_USERNAME: octodemobot
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/java_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ jobs:
server-id: github
server-username: MAVEN_USERAME
server-password: MAVEN_GHPR_PASSWORD


- name: Show dependencies
env:
MAVEN_USERNAME: octodemobot
MAVEN_GHPR_PASSWORD: ${{ secrets.OCTODEMO_OCTODEMOBOT_TOKEN }}
working-directory: java
run: |
mvn -B dependency:tree --file pom.xml
- name: Build with Maven
env:
MAVEN_USERNAME: octodemobot
Expand Down

0 comments on commit 7e161b6

Please sign in to comment.