Skip to content

Commit 5568090

Browse files
committed
build(ci): add github registry config
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 293fcba commit 5568090

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-validation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30+
env:
31+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
33+
- name: Create .npmrc
34+
run: |
35+
echo "@trustification:registry=https://npm.pkg.github.com" > .npmrc
3036
3137
- name: Install commitlint
3238
run: |

0 commit comments

Comments
 (0)