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