From d2bbfe3b4025dfabad0e54a0cedbe8325dc4ac90 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 9 Feb 2026 21:58:04 +0100 Subject: [PATCH] fix: pipeline --- .gitea/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 9ff8dda..0df09a5 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -15,6 +15,8 @@ jobs: runs-on: docker container: image: catthehacker/ubuntu:act-latest + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} steps: - name: Checkout uses: actions/checkout@v4 @@ -32,8 +34,6 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Lint run: pnpm lint