commit 6d73f93be3072d6827c9d8537f5473001d5e72be
parent 16f8518253a3f708c1e18d4f548c56c170f6aa7e
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 15 May 2023 21:02:29 +0200
Fix auth
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml
@@ -11,8 +11,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18.x"
+ registry-url: https://npm.pkg.github.com/
- name: Install dependencies
run: npm install
+ env:
+ # also other environment variable
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Playwright
run: npx playwright install --with-deps
- name: Build Storybook