Skip to content

Commit b6baa50

Browse files
committed
Remove github-token, this parameter is provided as default value now
1 parent 35ce97a commit b6baa50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/quality-monitor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- name: Run Quality Monitor
4848
uses: uhafner/quality-monitor@v2
4949
with:
50-
github-token: ${{ secrets.GITHUB_TOKEN }}
5150
pr-number: ${{ steps.pr.outputs.number }}
5251
show-headers: true
5352
config: >
@@ -69,7 +68,7 @@ jobs:
6968
"tools": [
7069
{
7170
"id": "checkstyle",
72-
"pattern": "**/target/**checkstyle-result.xml"
71+
"pattern": "**/target/checkstyle-*/checkstyle-result.xml"
7372
},
7473
{
7574
"id": "pmd",

0 commit comments

Comments
 (0)