From 1393ffb7b88ee36ac0a058774d8769bea8e23433 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sun, 12 Apr 2026 19:37:24 +0000 Subject: [PATCH] fix test-token workflow: use full action ref so runCli takes local path Made-with: Cursor --- .github/workflows/test-token.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test-token.yml b/.github/workflows/test-token.yml index 958f7bb..dcfd9a4 100644 --- a/.github/workflows/test-token.yml +++ b/.github/workflows/test-token.yml @@ -11,15 +11,9 @@ jobs: test-token: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 - - - uses: actions/setup-node@v6 - with: - node-version: "24" - - name: Get installation token id: token - uses: ./get-installation-token + uses: pullfrog/pullfrog/get-installation-token@main - name: Verify token with Node.js env: