Skip to content

Commit f8fae60

Browse files
authored
adding path for npmrc
1 parent 21bfc4f commit f8fae60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
registry-url: 'https://npm.pkg.github.com/'
2727
scope: '@staffbase'
2828

29-
- run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.STAFFBOT_NPM_READ }}" >> .npmrc
29+
- run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.STAFFBOT_NPM_READ }}" >> samples/weather-forecast/.npmrc
3030

3131
- name: Yarn install
3232
run: yarn install --cwd samples/weather-forecast --frozen-lockfile

0 commit comments

Comments
 (0)