Skip to content

Commit

Permalink
remove debug loggin and unncessary secret acces
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 26, 2023
1 parent 13f4e3f commit ded4259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
with:
paths: |
*/build/reports/jacoco/codeCoverage/codeCoverage.xml
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
debug-mode: true
token: ${{ secrets.GITHUB_TOKEN }}


- name: Upload tests results
if: always()
Expand Down

0 comments on commit ded4259

Please sign in to comment.