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 cb26de0 commit 017e92fCopy full SHA for 017e92f
.github/workflows/build.yml
@@ -29,6 +29,8 @@ jobs:
29
set -eux
30
jlpm
31
jlpm run lint:check
32
+ env:
33
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
- name: Test the extension
36
run: |
0 commit comments