diff --git a/.github/workflows/maven.yml b/.github/workflows/cicd.yml similarity index 97% rename from .github/workflows/maven.yml rename to .github/workflows/cicd.yml index 2757f1ec..bcb8688c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/cicd.yml @@ -20,7 +20,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + run: ${{ secrets.BUILD }} # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph