fix: deploy

This commit is contained in:
2026-02-10 13:23:51 +01:00
parent eedfb36764
commit 69fabf39a7
3 changed files with 20 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: 🔐 Configure Private Registry
run: |
echo "@mintel:registry=https://npm.infra.mintel.me" > .npmrc
echo "//npm.infra.mintel.me/:_authToken=${{ secrets.REGISTRY_PASS }}" >> .npmrc
- name: Install dependencies
run: pnpm install
env:

View File

@@ -173,6 +173,11 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: 🔐 Configure Private Registry
run: |
echo "@mintel:registry=https://npm.infra.mintel.me" > .npmrc
echo "//npm.infra.mintel.me/:_authToken=${{ secrets.REGISTRY_PASS }}" >> .npmrc
- name: Install dependencies
run: pnpm install
env:
@@ -426,6 +431,11 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: 🔐 Configure Private Registry
run: |
echo "@mintel:registry=https://npm.infra.mintel.me" > .npmrc
echo "//npm.infra.mintel.me/:_authToken=${{ secrets.REGISTRY_PASS }}" >> .npmrc
- name: Install dependencies
run: pnpm install