From 2b4ce2248d4c2a8e7d887685cca66b8771d74ac2 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Wed, 1 Apr 2026 12:25:51 +0200 Subject: [PATCH] ci: remove GitHub registry auth steps for npm install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These steps were never required — the job was passing before them, proving the @bigcommerce-labs packages resolve without explicit GitHub Packages authentication. Co-Authored-By: Claude --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e676e40..c69e9b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,11 +15,6 @@ jobs: with: node-version: '22.x' - # this is crucial for bodl-events package to be able to resolve @bigcommerce-labs scoped packages - - name: Set npm registry - run: echo "@bigcommerce-labs:registry=https://npm.pkg.github.com/" >> ~/.npmrc - - name: Set npm secrets - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.DEPENDABOT_GITHUB_TOKEN }}" >> ~/.npmrc - run: npm i - name: Check Git Commit name run: git log -1 --pretty=format:"%s" | npx commitlint