Skip to content

Commit

Permalink
💚 Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SkytAsul committed Jun 27, 2024
1 parent 9aee5df commit ded8e54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,5 @@ jobs:
distribution: 'temurin'
cache: maven

- uses: s4u/[email protected]
with:
servers: '[{"id": "central", "username": "${{ secrets.CENTRAL_USERNAME }}", "password": "${{ secrets.CENTRAL_PASSWORD }}"}]'

- name: Build with Maven
run: mvn -B package --file pom.xml
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: s4u/[email protected]
with:
servers: '[{"id": "central", "username": "${{ secrets.CENTRAL_USERNAME }}", "password": "${{ secrets.CENTRAL_PASSWORD }}"}]'
servers: '[{"id": "central", "username": "${{ secrets.CENTRAL_USERNAME }}", "password": "${{ secrets.CENTRAL_TOKEN }}"}]'

- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit ded8e54

Please sign in to comment.