From ed6e57fe84cc82efe05e1243a97c0d8212595f21 Mon Sep 17 00:00:00 2001 From: Felipe da Veiga Leprevost Date: Tue, 5 Apr 2022 17:51:52 -0400 Subject: [PATCH] adding token --- .goreleaser.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c36e46d7..22c422da 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,6 +2,9 @@ # Make sure to check the documentation at http://goreleaser.com project_name: philosopher +env_files: + github_token: /home/prvst/bin/github_token + before: hooks: #- ginkgo -r @@ -14,7 +17,6 @@ builds: - -w -s -X main.version=v{{ .Version }} -X main.build={{ .Timestamp }} goos: - - freebsd - windows - linux