Skip to content

Commit 710e06a

Browse files
Copilotfeelform
andcommitted
Fix checkstyle token error by changing GITHUB_TOKEN to REPO_TOKEN
Co-authored-by: feelform <[email protected]>
1 parent 5bc558e commit 710e06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: jwgmeligmeyling/checkstyle-github-action@master
4040
with:
4141
path: '**/checkstyle-result.xml'
42-
token: ${{ secrets.GITHUB_TOKEN }}
42+
token: ${{ secrets.REPO_TOKEN }}
4343
- name: Coverage
4444
if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
4545
run: npm run coverage

0 commit comments

Comments
 (0)