1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-12-04 18:19:54 +00:00
dotfiles/dot_nextflow/scm.tmpl

6 lines
153 B
Cheetah

providers {
github {
user = '{{ .githubuser }}'
password = '{{ (bitwarden "item" "GitHub Nextflow Token").login.password }}'
}
}