diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 0ac58db..97bdce8 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -74,7 +74,7 @@ jobs: - name: Delete old release env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} + GITEA_TOKEN: ${{ secrets.GITEATOKEN }} run: | if [ -z "$GITEA_TOKEN" ]; then echo "Warning: GITEA_TOKEN not set, skipping delete" @@ -94,7 +94,7 @@ jobs: - name: Create release env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} + GITEA_TOKEN: ${{ secrets.GITEATOKEN }} run: | if [ -z "$GITEA_TOKEN" ]; then echo "Error: GITEA_TOKEN secret is not configured."