Skip to content

Commit

Permalink
fix: remove tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Sep 4, 2024
1 parent 85827df commit 4d6075a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ jobs:
distribution: 'temurin'
- name: Run unit tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B clean test
- name: Run TestContainer
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B clean test -Ptest-containers
- name: Run Sonar
env:
Expand Down

0 comments on commit 4d6075a

Please sign in to comment.