Skip to content

Commit

Permalink
fix: put persist-credentials flag properly
Browse files Browse the repository at this point in the history
Signed-off-by: Josep Prat <[email protected]>
  • Loading branch information
jlprat committed Oct 24, 2022
1 parent f9e8500 commit c70a6f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: "temurin"
cache: maven
persist-credentials: false
- name: Build and run tests with Maven
run: mvn --batch-mode --update-snapshots verify

0 comments on commit c70a6f8

Please sign in to comment.