Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Im tired pls god save me
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenCraft authored Apr 21, 2024
1 parent fc81534 commit e624cd4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Build with Maven
run: echo "$SECRET_TOKEN"
run: mvn -B package --file pom.xml
env:
MAVEN_USERNAME: CiroZDP
MAVEN_PASSWORD: ${{ secrets.SECRET_TOKEN }}
GITHUB_TOKEN: ${{ secrets.SECRET_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 e624cd4

Please sign in to comment.