Skip to content

Commit

Permalink
Add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
leaysgur committed Jan 22, 2024
1 parent 45bc7a0 commit 911efeb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: Build lint_rules task
run: cargo build -p lint_rules

- name: eslint(debug)
run: cargo run -p lint_rules eslint

- name: eslint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cargo run -p lint_rules eslint --update

0 comments on commit 911efeb

Please sign in to comment.