Skip to content

Commit

Permalink
Merge pull request #7 from josegonzalez/master
Browse files Browse the repository at this point in the history
fix: add missing GITHUB_ACCESS_TOKEN
  • Loading branch information
josegonzalez authored Jul 29, 2018
2 parents 861a711 + db7ee05 commit 78ce350
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 78ce350

Please sign in to comment.