From 161b446bb219277ee72b7b10eaf3011bb7967a2e Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Mon, 24 Mar 2025 08:26:57 -0700 Subject: [PATCH] test3 --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc226195..2b55ca02 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,9 @@ jobs: run: | sudo apt-get update sudo apt-get install -y pkg-config libx11-dev libxkbfile-dev libsecret-1-dev libkrb5-dev + # Set npm config to use GitHub token for authentication to avoid rate limits + npm config set //github.com/:_authToken=${{ github.token }} + npm config set //api.github.com/:_authToken=${{ github.token }} npm install npm install -g node-gyp npm install -g gulp-cli @@ -68,6 +71,9 @@ jobs: run: | sudo apt-get update sudo apt-get install -y pkg-config libx11-dev libxkbfile-dev libsecret-1-dev libkrb5-dev + # Set npm config to use GitHub token for authentication to avoid rate limits + npm config set //github.com/:_authToken=${{ github.token }} + npm config set //api.github.com/:_authToken=${{ github.token }} npm install npm install -g node-gyp npm install -g gulp-cli @@ -110,6 +116,9 @@ jobs: - name: Install dependencies run: | + # Set npm config to use GitHub token for authentication to avoid rate limits + npm config set //github.com/:_authToken=${{ github.token }} + npm config set //api.github.com/:_authToken=${{ github.token }} npm install npm install -g node-gyp npm install -g gulp-cli @@ -154,6 +163,9 @@ jobs: - name: Install dependencies run: | + # Set npm config to use GitHub token for authentication to avoid rate limits + npm config set //github.com/:_authToken=${{ github.token }} + npm config set //api.github.com/:_authToken=${{ github.token }} npm install npm install -g node-gyp npm install -g gulp-cli @@ -201,6 +213,9 @@ jobs: - name: Install dependencies run: | + # Set npm config to use GitHub token for authentication to avoid rate limits + npm config set //github.com/:_authToken=${{ github.token }} + npm config set //api.github.com/:_authToken=${{ github.token }} npm install npm install -g node-gyp npm install -g gulp-cli