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 2a433c8 commit e200395Copy full SHA for e200395
.github/workflows/ci.yml
@@ -100,6 +100,7 @@ jobs:
100
working-directory: ./packages/scratch-gui
101
env:
102
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for publishing private npm packages
103
+ NPM_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for viewing private npm packages
104
run: |
105
RELEASE_VERSION="0.1.0-experience-cs.$(date +'%Y%m%d%H%M%S')"
106
npm version --no-git-tag-version $RELEASE_VERSION
packages/scratch-gui/.npmrc
@@ -0,0 +1,5 @@
1
+@RaspberryPiFoundation:registry=https://npm.pkg.github.com
2
+//npm.pkg.github.com/:_authToken=${NPM_AUTH_TOKEN}
3
+strict-peer-deps=true
4
+engine-strict=true
5
+loglevel=error
0 commit comments