Skip to content

Commit 017e92f

Browse files
Set GITHUB_TOKEN in CI build workflow
Signed-off-by: Andy Jakubowski <[email protected]>
1 parent cb26de0 commit 017e92f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
set -eux
3030
jlpm
3131
jlpm run lint:check
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234

3335
- name: Test the extension
3436
run: |

0 commit comments

Comments
 (0)