From 370f406f7ef45b6abd865c62af1bc6a50c3afe97 Mon Sep 17 00:00:00 2001 From: Chuck Ha Date: Tue, 23 Jul 2019 18:19:45 -0400 Subject: [PATCH] Use a GITHUB_TOKEN secret Signed-off-by: Chuck Ha --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index b6eabff..0940818 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -15,7 +15,7 @@ action "is-tag" { action "goreleaser" { uses = "docker://goreleaser/goreleaser" - secrets = [] + secrets = ["GORELEASER_GITHUB_TOKEN"] args = "release" needs = ["is-tag", "Setup Google Cloud"] }