From a1f578822f110a92802c7293dae60b2fd1c386f7 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 17 Jun 2022 12:21:21 +0200 Subject: [PATCH] Add poetry config var token --- dot_config/fish/private_config.fish.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index dbf9697..081e2c4 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -19,6 +19,7 @@ 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 POETRY_PYPI_TOKEN_PYPI $PYPI_TOKEN set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }}