Skip to content

Commit

Permalink
fix: add missing GITHUB_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
Otherwise gh-release fails catastrophically
  • Loading branch information
josegonzalez committed Jul 29, 2018
1 parent 8df4bce commit db7ee05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ targets = $(addsuffix -in-docker, $(LIST))
@rm -f .env.docker
@touch .env.docker
@echo "CIRCLE_BRANCH=$(CIRCLE_BRANCH)" >> .env.docker
@echo "GITHUB_ACCESS_TOKEN=$(GITHUB_ACCESS_TOKEN)" >> .env.docker
@echo "IMAGE_NAME=$(IMAGE_NAME)" >> .env.docker
@echo "PACKAGECLOUD_TOKEN=$(PACKAGECLOUD_API_TOKEN)" >> .env.docker
@echo "VERSION=$(VERSION)" >> .env.docker
Expand Down

0 comments on commit db7ee05

Please sign in to comment.