@@ -30,4 +30,4 @@ jobs:
|
|||||||
- name: Publish
|
- name: Publish
|
||||||
run: npm publish
|
run: npm publish
|
||||||
env:
|
env:
|
||||||
INFENDRO__TOKEN: ${{ secrets.token }}
|
TOKEN: ${{ secrets.token }}
|
||||||
|
|||||||
2
.npmrc
2
.npmrc
@@ -1,2 +1,2 @@
|
|||||||
@infendro:registry=https://git.infendro.com/api/packages/Infendro/npm/
|
@infendro:registry=https://git.infendro.com/api/packages/Infendro/npm/
|
||||||
//git.infendro.com/api/packages/Infendro/npm/:_authToken="${INFENDRO__TOKEN}"
|
//git.infendro.com/api/packages/Infendro/npm/:_authToken="${TOKEN}"
|
||||||
|
|||||||
Reference in New Issue
Block a user