Skip to content

Commit

Permalink
try with NODE_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Sep 16, 2024
1 parent e2fd387 commit 551c109
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
shell: bash
- name: Install dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup node x86
uses: actions/setup-node@v4
if: matrix.settings.target == 'i686-pc-windows-msvc'
Expand Down Expand Up @@ -135,6 +137,8 @@ jobs:
architecture: x64
- name: Install dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -167,6 +171,8 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -199,6 +205,8 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -233,6 +241,8 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
Expand Down
Binary file added images/randomImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 551c109

Please sign in to comment.