Skip to content

Commit 296ec84

Browse files
committed
fix(gen/schema): fix GitHub authentication token
1 parent 7155910 commit 296ec84

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: asdf-vm/actions/install@v4
12-
- uses: pre-commit/action@v3.0.1
10+
- uses: actions/checkout@v3
11+
- uses: asdf-vm/actions/install@v4
12+
- uses: pre-commit/action@v3.0.1
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)