mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(age): trim encrypted API Keys
This commit is contained in:
parent
bd9afd0568
commit
1fc2c892a4
3 changed files with 22 additions and 13 deletions
|
|
@ -23,7 +23,7 @@ include =
|
|||
readme
|
||||
README
|
||||
{{- if .manageSecret }}
|
||||
api_key= {{- "secrets/wakatime_api_key.age" | include | decrypt -}}
|
||||
api_key= {{- "secrets/wakatime_api_key.age" | include | decrypt | trim -}}
|
||||
{{- else }}
|
||||
api_key="YOUR_API_KEY"
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue