Skip to content

Commit 46f049c

Browse files
committed
fix worflow 2
1 parent c73d8ac commit 46f049c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111

12-
CLI:
12+
Rules:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
@@ -36,4 +36,5 @@ jobs:
3636
with:
3737
name: Lint Test Report
3838
path: report.xml
39-
reporter: java-junit
39+
reporter: java-junit
40+
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)