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