Release tokens

This commit is contained in:
Marc Campbell
2019-07-26 18:16:49 +00:00
parent d9990f8c2b
commit fa14500e5c
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -34,6 +34,6 @@ steps:
workdir: /go/src/github.com/replicatedhq/troubleshoot
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "GITHUB_TOKEN"
- "/var/lib/buildkite-agent/.docker/config.json:/home/builder/.docker/config.json"
environment:
- "GITHUB_TOKEN_TROUBLESHOOT"
+1
View File
@@ -82,6 +82,7 @@ snapshot-release:
docker push replicated/troubleshoot-manager:alpha
.PHONY: release
release: export GITHUB_TOKEN=$$GITHUB_TOKEN_TROUBLESHOOT
release:
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml