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 }}