We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8828ad3 commit 3eaff67Copy full SHA for 3eaff67
.github/workflows/build.yml
@@ -32,6 +32,14 @@ jobs:
32
node-version-file: .node-version
33
cache: npm
34
35
+ - uses: DamianReeves/[email protected]
36
+ with:
37
+ path: .npmrc
38
+ contents: |
39
+ @tid-xcut:registry=https://nexus.tid.es/repository/npm-xcut-components/
40
+ //nexus.tid.es/repository/npm-xcut-components/:_auth=${{ secrets.NPM_TOKEN_XCUT }}
41
+ write-mode: append
42
+
43
- name: Install Dependencies
44
id: npm-ci
45
run: npm ci
0 commit comments