From 49cf508b7832647e87ff09cfd343995ba96d62fe Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Tue, 30 Sep 2025 14:19:17 +0200 Subject: [PATCH] Gitea: Try create release again --- .gitea/workflows/build_and_test.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_and_test.yml b/.gitea/workflows/build_and_test.yml index 218b300a..5d6090dd 100644 --- a/.gitea/workflows/build_and_test.yml +++ b/.gitea/workflows/build_and_test.yml @@ -146,9 +146,22 @@ jobs: steps: - uses: actions/checkout@v4 with: - lfs: true + lfs: false fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} + - name: Configure LFS auth for gitea.psi.ch + shell: bash + env: + GITEA_TOKEN: ${{ secrets.PIP_REPOSITORY_API_TOKEN }} + run: | + umask 077 + cat > ~/.netrc <