From b727c5219c2d724ddbd2e5915ee31419921c3699 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 25 Aug 2021 11:11:38 -0500 Subject: [PATCH] Add nextflow Github token --- dot_nextflow/scm.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dot_nextflow/scm.tmpl diff --git a/dot_nextflow/scm.tmpl b/dot_nextflow/scm.tmpl new file mode 100644 index 0000000..8332f2c --- /dev/null +++ b/dot_nextflow/scm.tmpl @@ -0,0 +1,6 @@ +providers { + github { + user = '{{ .githubuser }}' + password = '{{ (bitwarden "item" "3e123829-7167-4dd2-8f3f-ad8f01081fee").login.password }}' + } +}