Skip to content

Commit

Permalink
feat(shrc): add Sourcegraph integration configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 4, 2023
1 parent 4099858 commit d99d796
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chezmoi/dot_config/shrc/00-dotfiles-export.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ export CODECOV_TOKEN="{{ .codecov.api_token }}"
export WAKATIME_API_KEY="{{ .wakatime.api_key }}"
export OPENAI_API_KEY="{{ .openai.api_key }}"
export ZSH_WAKATIME_PROJECT_DETECTION="{{ .wakatime.zsh_project_detection }}"
export DOTFILES_USE_SOURCEGRAPH="{{ .sourcegraph.enabled }}"
export SRC_ACCESS_TOKEN="{{ .sourcegraph.access_token }}"
{{- if .sourcegraph.endpoint }}
export SRC_ENDPOINT="{{ .sourcegraph.endpoint }}"
{{- end }}

GITHUB_TOKEN=${GITHUB_TOKEN:-"{{ .github.token }}"}
GH_TOKEN="${GITHUB_TOKEN}"
Expand Down

0 comments on commit d99d796

Please sign in to comment.