From bac8e4bc2a7c9728a02e9ff55b1a22a554eef28d Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 9 Mar 2020 19:23:00 +0500 Subject: [PATCH] Update eslint.yml --- apps/web/.github/workflows/eslint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/.github/workflows/eslint.yml b/apps/web/.github/workflows/eslint.yml index ba4162971..482da685c 100644 --- a/apps/web/.github/workflows/eslint.yml +++ b/apps/web/.github/workflows/eslint.yml @@ -5,8 +5,8 @@ on: pull_request jobs: eslint: runs-on: ubuntu-latest - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - uses: actions/checkout@v1 - - uses: hallee/eslint-action@master + - uses: 18F/github-action-eslint@1.0.0 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }}