Commit 3261e29
fix(ci): write github packages auth to ~/.npmrc for yarn 1 classic
actions/setup-node writes auth via NPM_CONFIG_USERCONFIG which yarn 1
does not read. Explicitly append the auth token to ~/.npmrc so yarn can
find it when installing @staffbase/widget-sdk from npm.pkg.github.com.
Co-authored-by: GitHub Copilot <copilot@noreply.github.com>1 parent b6d92ac commit 3261e29
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
0 commit comments