From c7293b6abda27f9b143c849d85227b0552c92493 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 23 Jul 2025 09:06:01 +0200 Subject: [PATCH] Ensure tests run with token. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dcc4d2..6193e5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: run: npm run lint - name: Test run: npm run test + env: + INPUT_GITHUB_TOKEN: ${{ github.token }} # for core.getInput() test-action: name: GraalVM