From 02e1cba5752abb8df37c3b9f54b44ee72f68a2e7 Mon Sep 17 00:00:00 2001 From: qd-qd Date: Wed, 8 May 2024 13:38:53 +0200 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=92=9A=20CI:=20remove=20gh-packages=20?= =?UTF-8?q?specific=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/quality-checks.yml | 4 ---- .github/workflows/tests.yml | 12 ------------ 2 files changed, 16 deletions(-) diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index ed8e2eb..91e42d3 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -32,10 +32,6 @@ jobs: with: node-version: lts/* - # required to install our private package from Github Packages - - name: Authenticate with GitHub Packages - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc - - name: Install the Node.js dependencies run: npm ci diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 227a8fa..ec72e36 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,10 +73,6 @@ jobs: echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800)) )" >> $GITHUB_ENV - # required to install our private package from Github Packages - - name: Authenticate with GitHub Packages - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc - # needed because the precomputation scripts used by the ffi tests is a JS dependency - name: Install the Node.js dependencies run: npm ci @@ -113,10 +109,6 @@ jobs: echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800)) )" >> $GITHUB_ENV - # required to install our private package from Github Packages - - name: Authenticate with GitHub Packages - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc - # needed because the precomputation scripts used by the ffi tests is a JS dependency - name: Install the Node.js dependencies run: npm ci @@ -169,10 +161,6 @@ jobs: out out-optimized - # required to install our private package from Github Packages - - name: Authenticate with GitHub Packages - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc - # needed because the precomputation scripts used by the ffi tests is a JS dependency - name: Install the Node.js dependencies run: npm ci