From 70b1b2768dd6cd05a2643541a7f4d2851a28fe8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20B?= Date: Fri, 22 May 2020 18:42:21 +0200 Subject: [PATCH] Ajout env_files>github_token --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 028130b..d75d966 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,8 +18,8 @@ builds: post: - upx "{{ .Path }}" -#env_files: -# github_token: ~/.config/goreleaser/github_token +env_files: + github_token: ~/.config/goreleaser/github_token_custom release: github: