Skip to content

Commit 551c109

Browse files
try with NODE_AUTH_TOKEN
1 parent e2fd387 commit 551c109

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
shell: bash
8282
- name: Install dependencies
8383
run: yarn install
84+
env:
85+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8486
- name: Setup node x86
8587
uses: actions/setup-node@v4
8688
if: matrix.settings.target == 'i686-pc-windows-msvc'
@@ -135,6 +137,8 @@ jobs:
135137
architecture: x64
136138
- name: Install dependencies
137139
run: yarn install
140+
env:
141+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138142
- name: Download artifacts
139143
uses: actions/download-artifact@v4
140144
with:
@@ -167,6 +171,8 @@ jobs:
167171
cache: yarn
168172
- name: Install dependencies
169173
run: yarn install
174+
env:
175+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
170176
- name: Download artifacts
171177
uses: actions/download-artifact@v4
172178
with:
@@ -199,6 +205,8 @@ jobs:
199205
cache: yarn
200206
- name: Install dependencies
201207
run: yarn install
208+
env:
209+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
202210
- name: Download artifacts
203211
uses: actions/download-artifact@v4
204212
with:
@@ -233,6 +241,8 @@ jobs:
233241
cache: yarn
234242
- name: Install dependencies
235243
run: yarn install
244+
env:
245+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
236246
- name: Download all artifacts
237247
uses: actions/download-artifact@v4
238248
with:

images/randomImage.png

11.1 KB
Loading

0 commit comments

Comments
 (0)