From 561f2944ac08d08f6cb28ca63a74340d7405e498 Mon Sep 17 00:00:00 2001 From: Francesco Destefano Date: Wed, 3 Jun 2026 00:00:56 -0500 Subject: [PATCH] Release v1.0.0 #major --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index f1a850b..ecfa07c 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -35,4 +35,4 @@ jobs: # The uploads block authenticates to the generic package registry via # basic auth (username from config + this token as the password). # GoReleaser derives the env name from the upload name: gitea -> GITEA_SECRET. - GITEA_SECRET: ${{ secrets.GITHUB_TOKEN }} + GITEA_SECRET: ${{ secrets.PACKAGE_TOKEN}}