Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Use a GITHUB_TOKEN secret
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuckh@vmware.com>
  • Loading branch information
chuckha committed Jul 23, 2019
1 parent 53a7a69 commit 370f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit 370f406

Please sign in to comment.