mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 14:38:04 +01:00
Add poetry config var token
This commit is contained in:
parent
8b2b659e1d
commit
a1f578822f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ set -gx GITLABBER_CLONE_METHOD ssh
|
||||||
set -gx GITLABBER_GIT_CONCURRENCY 10
|
set -gx GITLABBER_GIT_CONCURRENCY 10
|
||||||
set -gx PYPI_USERNAME __token__
|
set -gx PYPI_USERNAME __token__
|
||||||
set -gx PYPI_TOKEN {{ (bitwardenFields "item" "PyPi").token.value | quote }}
|
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 }}
|
set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue