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

Commit

Permalink
Merge pull request #101 from chuckha/ghtoken
Browse files Browse the repository at this point in the history
Use a GITHUB_TOKEN secret
  • Loading branch information
k8s-ci-robot authored Jul 23, 2019
2 parents 53a7a69 + 370f406 commit b02aaec
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 b02aaec

Please sign in to comment.