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 d630467 commit a4b32daCopy full SHA for a4b32da
.github/workflows/push_master.yml
@@ -74,6 +74,10 @@ jobs:
74
env:
75
NODE_AUTH_TOKEN: ${{ secrets.PS_GITHUB_ACCESSTOKEN }}
76
77
+ - name: Configure npm for axelspringer
78
+ run: |
79
+ npm config set //npm.pkg.github.com/:_authToken=$GITHUB_AXEL_NPM_TOKEN
80
+
81
- name: Publish package to axelspringer
82
run: |
83
sed -i 's/@spring-media/@axelspringer/' package.json
.npmrc
@@ -1,3 +1,2 @@
1
@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}
+@axelspringer:registry=https://npm.pkg.github.com/
0 commit comments