Skip to content

Commit

Permalink
Fix maven-settings-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ofux committed Nov 22, 2024
1 parent 49b7f43 commit c98d1f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/java-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ runs:

- name: Setup Maven
uses: s4u/[email protected]
with:
servers: |
[{
"id": "github",
"username": "onlydust",
"password": "${{ env.GITHUB_PAT }}"
}]
- name: Cache mvn dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit c98d1f6

Please sign in to comment.