From b772de632958d39d3ac66ae0b7f299c86311b082 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Sun, 16 Mar 2025 11:08:24 +0100 Subject: [PATCH] use token instead of username/password --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1225e8c..5fa9f0e 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,4 +28,4 @@ jobs: - name: Publish package env: USERNAME: ${{ github.repository_owner }} - run: uv publish --publish-url https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/ -u $USERNAME -p ${{ secrets.PASSWORD }} \ No newline at end of file + run: uv publish --publish-url https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/ -t ${{ secrets.TOKEN }} \ No newline at end of file