Skip to content

Commit 6de4530

Browse files
committed
Ensure tests run with token.
1 parent aa338d9 commit 6de4530

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 getInput
3537

3638
test-action:
3739
name: GraalVM

0 commit comments

Comments
 (0)