Skip to content

Commit

Permalink
ON-457: add private npm ref in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juo-dev committed Sep 5, 2023
1 parent ff853c1 commit 777174f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node-version: 16
- name: Install Dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GHB_TOKEN }}
- name: Code Generator
run: npm run codegen:matic
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node-version: 16
- name: Install Dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GHB_TOKEN }}
- name: Code Generator
run: npm run codegen:goerli
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node-version: 16
- name: Install Dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GHB_TOKEN }}
- name: Code Generator
run: npm run codegen:goerli
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node-version: 16
- name: Install Dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GHB_TOKEN }}
- name: Code Generator
run: npm run codegen:goerli
- name: Build
Expand Down

0 comments on commit 777174f

Please sign in to comment.