mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-12-22 00:58:17 +00:00
refactor: Replace bw item ids with verbose names
This commit is contained in:
parent
8a4438cf42
commit
dec84dc5c3
3 changed files with 3 additions and 3 deletions
|
@ -57,4 +57,4 @@ export JULIA_NUM_THREADS=$(nproc)
|
|||
JULIA_PKG_USE_CLI_GIT=true
|
||||
|
||||
# Make NCBI happy
|
||||
export NCBI_API_KEY='{{ (bitwarden "item" "7d42eba0-c256-4d3b-8d0e-adbf016a08f8").login.password }}'
|
||||
export NCBI_API_KEY='{{ (bitwarden "item" "NCBI API Key").login.password }}'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{ if ne .machinetype "workstation" }}
|
||||
tower {
|
||||
enabled = true
|
||||
accessToken = '{{ (bitwarden "item" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}'
|
||||
accessToken = '{{ (bitwarden "item" "Nextflow Tower Access Token").login.password }}'
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
providers {
|
||||
github {
|
||||
user = '{{ .githubuser }}'
|
||||
password = '{{ (bitwarden "item" "3e123829-7167-4dd2-8f3f-ad8f01081fee").login.password }}'
|
||||
password = '{{ (bitwarden "item" "GitHub Nextflow Token").login.password }}'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue