From 2046dd09838e4128138afe6253acdcf81dc52d89 Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 15 Feb 2026 00:37:06 +0100 Subject: [PATCH] ci: try with github.token --- .gitea/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3002042..ef69702 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,7 +12,6 @@ jobs: - name: Git checkout uses: actions/checkout@v6 with: - fetch-depth: 0 fetch-tags: true - name: Build tarball run: make tarball @@ -22,4 +21,4 @@ jobs: run: make upload env: PACKAGES_USERNAME: ${{ vars.PACKAGES_USERNAME }} - PACKAGES_TOKEN: ${{ secrets.PACKAGES_TOKEN }} + PACKAGES_TOKEN: ${{ github.token }}