diff --git a/.DS_Store b/.DS_Store index 51227d7..ea7c9e4 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/workflows/all.yaml b/.github/workflows/all.yaml index ddbe76e..7e3237f 100644 --- a/.github/workflows/all.yaml +++ b/.github/workflows/all.yaml @@ -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 diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 6c46cf5..0ee9710 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -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 diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index ed24c0d..619ff5d 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -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 diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 9216930..c027748 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -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