Skip to content

Commit a4b32da

Browse files
committed
repair npmrc file
1 parent d630467 commit a4b32da

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/push_master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
env:
7575
NODE_AUTH_TOKEN: ${{ secrets.PS_GITHUB_ACCESSTOKEN }}
7676

77+
- name: Configure npm for axelspringer
78+
run: |
79+
npm config set //npm.pkg.github.com/:_authToken=$GITHUB_AXEL_NPM_TOKEN
80+
7781
- name: Publish package to axelspringer
7882
run: |
7983
sed -i 's/@spring-media/@axelspringer/' package.json

.npmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
@spring-media:registry=https://npm.pkg.github.com/
2-
@axelspringer:registry=https://npm.pkg.github.com/
3-
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
2+
@axelspringer:registry=https://npm.pkg.github.com/

0 commit comments

Comments
 (0)