From 20e80db23c694b0336bee99ba938f940cc9d455d Mon Sep 17 00:00:00 2001 From: Francesco Destefano Date: Wed, 3 Jun 2026 00:03:42 -0500 Subject: [PATCH] Release v1.0.0 #major --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 4038d28..694ef38 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -76,6 +76,7 @@ uploads: mode: binary target: https://git.destefano.cloud/api/packages/texasmade/generic/{{ .ProjectName }}/{{ .Version }}_{{ .Os }}_{{ .Arch }}/{{ .ArtifactName }} username: fdestefano + password: "{{ .Env.GITEA_SECRET }}" # Password/token comes from the env var {NAME}_SECRET -> GITEA_SECRET. custom_headers: Content-Type: application/octet-stream