Skip to content

Commit cebc1aa

Browse files
committed
Add github token
1 parent 8f63b0e commit cebc1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
pre-commit install
2222
- name: Linting
2323
run: pre-commit run --all-files
24+
with:
25+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)