mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
6 lines
153 B
Cheetah
6 lines
153 B
Cheetah
providers {
|
|
github {
|
|
user = '{{ .githubuser }}'
|
|
password = '{{ (bitwarden "item" "GitHub Nextflow Token").login.password }}'
|
|
}
|
|
}
|