Skip to content

Commit fbfc1c4

Browse files
authored
Merge pull request #27 from replicatedhq/release-tag
Release tokens
2 parents d9990f8 + fa14500 commit fbfc1c4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ steps:
3434
workdir: /go/src/github.com/replicatedhq/troubleshoot
3535
volumes:
3636
- "/var/run/docker.sock:/var/run/docker.sock"
37-
environment:
38-
- "GITHUB_TOKEN"
3937
- "/var/lib/buildkite-agent/.docker/config.json:/home/builder/.docker/config.json"
38+
environment:
39+
- "GITHUB_TOKEN_TROUBLESHOOT"

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ snapshot-release:
8282
docker push replicated/troubleshoot-manager:alpha
8383

8484
.PHONY: release
85+
release: export GITHUB_TOKEN=$$GITHUB_TOKEN_TROUBLESHOOT
8586
release:
8687
curl -sL https://git.io/goreleaser | bash -s -- --rm-dist --config deploy/.goreleaser.yml
8788

0 commit comments

Comments
 (0)