mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
Add pypi config
This commit is contained in:
parent
ee3d50aa9f
commit
57b8e17734
1 changed files with 2 additions and 0 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue