Skip to content

Commit 5e6f235

Browse files
Set env var in Test the extension job
Signed-off-by: Andy Jakubowski <hello@andyjakubowski.com>
1 parent 95cebf9 commit 5e6f235

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
@@ -36,6 +36,8 @@ jobs:
3636
run: |
3737
set -eux
3838
jlpm run test
39+
env:
40+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3941

4042
- name: Build the extension
4143
run: |

0 commit comments

Comments
 (0)