mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 70c2b8b98e
)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
53b6f7199e
commit
c15d061451
2 changed files with 2 additions and 2 deletions
2
packages/kbn-pm/dist/index.js
vendored
2
packages/kbn-pm/dist/index.js
vendored
|
@ -61060,7 +61060,7 @@ async function setupRemoteCache(repoRootPath) {
|
|||
try {
|
||||
const {
|
||||
stdout
|
||||
} = await Object(_child_process__WEBPACK_IMPORTED_MODULE_3__["spawn"])('vault', ['read', '-field=readonly-key', 'secret/kibana-issues/dev/bazel-remote-cache'], {
|
||||
} = await Object(_child_process__WEBPACK_IMPORTED_MODULE_3__["spawn"])('vault', ['read', '-field=readonly-key', 'secret/ui-team/kibana-bazel-remote-cache'], {
|
||||
stdio: 'pipe'
|
||||
});
|
||||
apiKey = stdout.trim();
|
||||
|
|
|
@ -60,7 +60,7 @@ export async function setupRemoteCache(repoRootPath: string) {
|
|||
try {
|
||||
const { stdout } = await spawn(
|
||||
'vault',
|
||||
['read', '-field=readonly-key', 'secret/kibana-issues/dev/bazel-remote-cache'],
|
||||
['read', '-field=readonly-key', 'secret/ui-team/kibana-bazel-remote-cache'],
|
||||
{
|
||||
stdio: 'pipe',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue