From 0b3bdbecd2fcf278f7dc54edf1dbf4b01f4db2fd Mon Sep 17 00:00:00 2001 From: Max Scholz Date: Thu, 27 Jun 2024 14:40:05 +0200 Subject: [PATCH] updated workflows --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7207ff..8a63b4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,8 +23,6 @@ jobs: registry-url: 'https://npm.pkg.github.com/' scope: '@staffbase' - - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.STAFFBOT_NPM_READ }}" >> samples/weather-forecast/.npmrc - - name: Install Yarn Dependencies working-directory: samples/weather-forecast run: yarn install --frozen-lockfile