Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Jan 20, 2024
1 parent c3b5823 commit d8feac3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
cache: maven
- name: Set up maven settings.xml
- uses: s4u/maven-settings-action@v2.3.0
with:
servers: |
[{
"id": "brufulascam",
"username": "monperrus",
"password": "${{ secrets.GHTOKEN_READPACKAGES }}"
}]
with:
servers: |
[{
"id": "brufulascam",
"username": "monperrus",
"password": "${{ secrets.GHTOKEN_READPACKAGES }}"
}]
- name: Build with Maven
run: mvn -B package --file pom.xml

Expand Down

0 comments on commit d8feac3

Please sign in to comment.