Skip to content

Commit bd77d06

Browse files
committed
fix: adds GH_TOKEN to supress warning
1 parent 3e1fde4 commit bd77d06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162

163163
pre-commit:
164164
runs-on: ubuntu-22.04
165+
env:
166+
GH_TOKEN: ${{ github.token }}
165167
steps:
166168
- name: Check out code
167169
uses: actions/checkout@v4

0 commit comments

Comments
 (0)