Skip to content

Commit

Permalink
Try to send GITHUB_TOKEN to eslint action
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent 4d8d1bb commit 51be624
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Expand Up @@ -13,4 +13,7 @@ jobs:
with:
node-version: 12
- run: yarn --frozen-lockfile --ignore-engines --ignore-optional --no-bin-links --non-interactive --silent --ignore-scripts --production=false
- uses: gimenete/eslint-action@1.0
- name: ESLint Action
uses: gimenete/eslint-action@1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 51be624

Please sign in to comment.