From 7463be05579923987a86ce106b32bc7e376eaa6a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 14 Feb 2024 12:42:55 +0100 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 26a9c7a..8b99615 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -21,6 +21,7 @@ export PATH="/Users/kah/.rustup/toolchains/nightly-aarch64-apple-darwin/bin:$PAT export SHUTTLE_INTERACTIVE=true export SHUTTLE_REMOTE_TRACING=remote export SHUTTLE_REMOTE_TRACING_URL=https://shuttle-telemetry.dev.lunar.tech/publish +export SHUTTLE_GOLANG_ACTIONS=true export GITHUB_TOKEN={{ .github_token | quote }} export GITHUB_USERNAME=kjuulh