Skip to content

Commit

Permalink
Use authenticated GitHub requests to set up pre-commit (#3416)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Nov 30, 2023
1 parent 202a797 commit 5663fe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

- name: Run pre-commit to lint files
env:
GITHUB_TOKEN: ${{ github.token }}
run: |
just precommit
just lint
Expand Down

0 comments on commit 5663fe7

Please sign in to comment.