1
0
Fork 0
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:
Thomas A. Christensen II 2021-08-25 11:11:38 -05:00
parent 9b51c6a61a
commit b727c5219c

6
dot_nextflow/scm.tmpl Normal file
View file

@ -0,0 +1,6 @@
providers {
github {
user = '{{ .githubuser }}'
password = '{{ (bitwarden "item" "3e123829-7167-4dd2-8f3f-ad8f01081fee").login.password }}'
}
}