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