Skip to content

Commit c7293b6

Browse files
committed
Ensure tests run with token.
1 parent a13b739 commit c7293b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: npm run lint
3333
- name: Test
3434
run: npm run test
35+
env:
36+
INPUT_GITHUB_TOKEN: ${{ github.token }} # for core.getInput()
3537

3638
test-action:
3739
name: GraalVM

0 commit comments

Comments
 (0)