We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21bfc4f commit f8fae60Copy full SHA for f8fae60
1 file changed
.github/workflows/cd.yaml
@@ -26,7 +26,7 @@ jobs:
26
registry-url: 'https://npm.pkg.github.com/'
27
scope: '@staffbase'
28
29
- - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.STAFFBOT_NPM_READ }}" >> .npmrc
+ - run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.STAFFBOT_NPM_READ }}" >> samples/weather-forecast/.npmrc
30
31
- name: Yarn install
32
run: yarn install --cwd samples/weather-forecast --frozen-lockfile
0 commit comments