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 }}