From 57b8e177340d323c77dc9ce470655c86560fb486 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 5 Dec 2021 10:07:50 +0100 Subject: [PATCH] Add pypi config --- dot_config/fish/private_config.fish.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index c39930e..abc4dc5 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -16,6 +16,8 @@ set -gx GITLAB_URL "https://git.itsf.io" set -gx GITLABBER_FOLDER_NAMING path set -gx GITLABBER_CLONE_METHOD ssh set -gx GITLABBER_GIT_CONCURRENCY 10 +set -gx PYPI_USERNAME __token__ +set -gx PYPI_TOKEN {{ (bitwardenFields "item" "PyPi").token.value | quote }} set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }}