Fix TOKEN
Build Packages / Build (push) Failing after 31s

This commit is contained in:
2026-04-08 14:35:28 +02:00
parent a7b81b7db0
commit 11c9b581f2
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
if: github.ref_type == 'tag'
shell: bash
env:
GITEA_TOKEN: ${{ secrets.GITEA_RELEASE_TOKEN }}
GITEA_TOKEN: ${{ secrets.PIP_REPOSITORY_API_TOKEN }}
GITEA_SERVER: ${{ github.server_url }}
REPO: ${{ github.repository }}
TAG: ${{ github.ref_name }}