From b0237f6780f0729603cb873122edd9176b3dc282 Mon Sep 17 00:00:00 2001 From: Alberto De Bortoli Date: Tue, 10 Mar 2026 14:46:26 +0000 Subject: [PATCH] Pass GITHUB_TOKEN to install script to avoid API rate limiting --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index c8f36e1..b9edb3b 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,8 @@ runs: - name: Install Luca CLI shell: bash + env: + GITHUB_TOKEN: ${{ github.token }} run: curl -fsSL https://luca.tools/install.sh | bash - name: Install tools