Skip to content

Commit

Permalink
Add GITHUB_TOKEN env var to Lint job of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Nov 17, 2024
1 parent 44bb7f4 commit f6fcd80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: pip install -U hatch
- name: Lint
run: hatch run style:lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test:
name: Test
Expand Down

0 comments on commit f6fcd80

Please sign in to comment.