File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 28
28
with :
29
29
node-version : ${{ matrix.node }}
30
30
cache : npm
31
+ env :
32
+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
+
34
+ - name : Create .npmrc
35
+ run : |
36
+ echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
31
37
32
38
- name : Enable Corepack
33
39
run : corepack enable
Original file line number Diff line number Diff line change 40
40
node-version : 18
41
41
cache : npm
42
42
registry-url : ' https://npm.pkg.github.com'
43
+ env :
44
+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
+
46
+ - name : Create .npmrc
47
+ run : |
48
+ echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
43
49
44
50
- name : Configure git
45
51
run : |
Original file line number Diff line number Diff line change 44
44
node-version : 18
45
45
cache : npm
46
46
registry-url : ' https://npm.pkg.github.com'
47
+ env :
48
+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49
+
50
+ - name : Create .npmrc
51
+ run : |
52
+ echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
47
53
48
54
- name : Enable Corepack
49
55
run : corepack enable
You can’t perform that action at this time.
0 commit comments