1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

automate npmrc step to keep scoped within CI

This commit is contained in:
Martin McKeaveney 2021-05-26 16:48:03 +01:00
parent 866a7c30da
commit 901eb5235d
2 changed files with 2 additions and 2 deletions

View file

@ -31,6 +31,7 @@ jobs:
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default # setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
git config user.name "Budibase Release Bot" git config user.name "Budibase Release Bot"
git config user.email "<>" git config user.email "<>"
echo //registry.npmjs.org/:_authToken=${NPM_TOKEN} >> .npmrc
yarn release yarn release
- name: Build/release Docker images - name: Build/release Docker images

1
.npmrc
View file

@ -1 +0,0 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}