From 7775f71667dadca030a7e10a67354849096e2217 Mon Sep 17 00:00:00 2001 From: valiantlynx Date: Mon, 8 Apr 2024 15:49:55 +0200 Subject: [PATCH] Setup .npmrc file --- .github/workflows/changeset.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/changeset.yaml b/.github/workflows/changeset.yaml index 8ee34ca2..83feccf4 100644 --- a/.github/workflows/changeset.yaml +++ b/.github/workflows/changeset.yaml @@ -23,6 +23,9 @@ jobs: with: node-version: 18.x + - name: Setup .npmrc file + run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc + - name: Install Dependencies run: yarn