From 246b55e300b9ce99fa17e0c69dfe72322e80a3b3 Mon Sep 17 00:00:00 2001 From: RB <42044143+getrebuild@users.noreply.github.com> Date: Tue, 12 May 2020 02:47:55 +0800 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9c87eb6d1..a09a71243 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,3 +8,5 @@ jobs: steps: - uses: actions/checkout@v1 - uses: hallee/eslint-action@master + with: + repo-token: ${{ secrets.GH_TOKEN }}