mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-24 06:19:54 +00:00
Add nextflow Github token
This commit is contained in:
parent
9b51c6a61a
commit
b727c5219c
1 changed files with 6 additions and 0 deletions
6
dot_nextflow/scm.tmpl
Normal file
6
dot_nextflow/scm.tmpl
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
providers {
|
||||||
|
github {
|
||||||
|
user = '{{ .githubuser }}'
|
||||||
|
password = '{{ (bitwarden "item" "3e123829-7167-4dd2-8f3f-ad8f01081fee").login.password }}'
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue