Skip to content

Commit 0efb826

Browse files
chore: Fixed GitHub token for lint (#808)
1 parent 8807ec4 commit 0efb826

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
@@ -88,7 +88,7 @@ jobs:
8888
- name: Lint check
8989
uses: reviewdog/action-eslint@v1
9090
with:
91-
github_token: ${{ secrets.github_token }}
91+
github_token: ${{ secrets.githubToken }}
9292
reporter: github-pr-review
9393
eslint_flags: "src --ext .ts"
9494

0 commit comments

Comments
 (0)