Skip to content

Commit

Permalink
RE-168 Updated Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Relluem94 committed Mar 10, 2024
1 parent eef8dbb commit 68002cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install --file pom.xml
run: mvn clean install --file pom.xml -Pgithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit 68002cd

Please sign in to comment.