diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ab7e26f..a7207ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,8 @@ jobs: - name: Install Yarn Dependencies working-directory: samples/weather-forecast run: yarn install --frozen-lockfile + env: + NODE_AUTH_TOKEN: ${{ secrets.STAFFBOT_NPM_READ }} - name: Run Build working-directory: samples/weather-forecast