From e33caadd1da9d1766066197b9a4854a97a3f2c16 Mon Sep 17 00:00:00 2001
From: Andreas Burbach <aburbach@compeon.de>
Date: Tue, 23 Nov 2021 13:28:37 +0100
Subject: [PATCH] use password instead of toke

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1596233..6c8a178 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,5 +45,5 @@ deploy:
     - mw /core /the_social_network
     - pip install poetry
     - poetry --version
-    - poetry config pypi-token.pypi $POETRY_PYPI_TOKEN_PYPI
+    - poetry config pypi-token.pypi $POETRY_HTTP_BASIC_PYPI_USERNAME $POETRY_HTTP_BASIC_PYPI_PASSWORD
     - poetry publish
\ No newline at end of file
-- 
GitLab