1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 03:13:10 +00:00
dotfiles/dot_nextflow/scm.tmpl

7 lines
168 B
Cheetah
Raw Normal View History

2021-08-25 16:11:38 +00:00
providers {
github {
user = '{{ .githubuser }}'
password = '{{ (bitwarden "item" "3e123829-7167-4dd2-8f3f-ad8f01081fee").login.password }}'
}
}