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