We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae895be commit 38b299cCopy full SHA for 38b299c
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
- run: npm ci
31
32
- run: npx tsx bin/post-codeowners-comment/index.ts
33
+ env:
34
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
36
- run: npm run check
37
0 commit comments