Add poetry config var token

This commit is contained in:
Gabriel Augendre 2022-06-17 12:21:21 +02:00
parent 8b2b659e1d
commit a1f578822f

View file

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