Skip to content

Commit

Permalink
ci: remove github custom maven goal
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthyyy authored May 13, 2024
1 parent 1a368e3 commit a5f25ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/spring-boot-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Java CI with Maven
name: Build Spring Boot Backend

on:
push:
Expand Down Expand Up @@ -31,6 +31,4 @@ jobs:
run: mvn -B package --file pom.xml
env:
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit a5f25ec

Please sign in to comment.