Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .moon/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ pipeline:

# https://moonrepo.dev/docs/guides/remote-cache
# Auth credentials will be missing on local environments, but that's OK.
remote:
host: "https://kibana-bazel-remote-h5qd3jkxkq-uc.a.run.app"
api: http
cache:
localReadOnly: true
auth:
headers:
Authorization: "Basic ${MOON_REMOTE_CACHE_TOKEN}"
# remote:
# host: "https://kibana-bazel-remote-h5qd3jkxkq-uc.a.run.app"
# api: http
# cache:
# localReadOnly: true
# auth:
# headers:
# Authorization: "Basic ${MOON_REMOTE_CACHE_TOKEN}"


telemetry: false
Loading