From d23044c1f805c08a96a95490fb9ec9f69e11e4d3 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 23 Dec 2023 23:13:55 +0100 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 5781dfc..309b603 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -29,6 +29,8 @@ export HOMEBREW_GITHUB_API_TOKEN="$GITHUB_ACCESS_TOKEN" export GITHUB_LUNAR_CI_TOKEN="$GITHUB_ACCESS_TOKEN" export RENOVATE_TOKEN={{ .renovate_token | quote }} +export CLANK_KUBERNETES_CONFIGS={{ .clank_kubernetes_configs_path }} + # Toolkit export SRC_ENDPOINT=https://lunar.sourcegraph.com export SRC_ACCESS_TOKEN={{ .source_graph_token | quote }}