Commit 13b34b1
authored
Use token-based authentication for npm deployment (#150)
## What is the goal of this PR?
The npm deployment infrastructure now uses token-based authentication instead of username/password authentication.
## What are the changes implemented in this PR?
See typedb/bazel-distribution#330 for an explanation of why this PR is necessary.
- Update dependencies (to make `deploy_npm` use token authentication) and automation.yml (to pass the token in)1 parent 6ce6652 commit 13b34b1
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
| |||
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | | - | |
116 | | - | |
117 | | - | |
| 113 | + | |
118 | 114 | | |
119 | 115 | | |
120 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
0 commit comments