From 3b2b70906c7d5941201f513a79e5aaed23f61798 Mon Sep 17 00:00:00 2001 From: Christian Leucht Date: Wed, 9 Oct 2024 14:46:46 +0200 Subject: [PATCH] Update instawp-deployment.yml Signed-off-by: Christian Leucht --- .github/workflows/instawp-deployment.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/instawp-deployment.yml b/.github/workflows/instawp-deployment.yml index 6b94762..b7cc36b 100644 --- a/.github/workflows/instawp-deployment.yml +++ b/.github/workflows/instawp-deployment.yml @@ -41,6 +41,11 @@ jobs: registry-url: 'https://npm.pkg.github.com/' cache: 'yarn' + - name: Github Packages Auth + run: | + npm config set @inpsyde:registry 'https://npm.pkg.github.com' + npm config set //npm.pkg.github.com/:_authToken ${{ secrets.DEPLOYBOT_PACKAGES_READ_ACCESS_TOKEN}} + - name: Install dependencies run: yarn