use token instead of username/password

This commit is contained in:
2025-03-16 11:08:24 +01:00
parent b7736e0445
commit b772de6329

View File

@@ -28,4 +28,4 @@ jobs:
- name: Publish package - name: Publish package
env: env:
USERNAME: ${{ github.repository_owner }} USERNAME: ${{ github.repository_owner }}
run: uv publish --publish-url https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/ -u $USERNAME -p ${{ secrets.PASSWORD }} run: uv publish --publish-url https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/ -t ${{ secrets.TOKEN }}