From 11c9b581f2d2a8227d739f832f4cff4709ac0aad Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Wed, 8 Apr 2026 14:35:28 +0200 Subject: [PATCH] Fix TOKEN --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 648aa99..78ab497 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 }}