summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCasey Lee <cplee@nektos.com>2019-02-07 18:39:04 +0100
committerCasey Lee <cplee@nektos.com>2019-02-07 18:39:04 +0100
commit7b012832b4680b7cdd9d399790bc63ec74c1452e (patch)
treec9128fce35375148ea1c96859b79c4d8e62f46fd /Makefile
parentMerge pull request #27 from nektos/parser (diff)
downloadforgejo-act-7b012832b4680b7cdd9d399790bc63ec74c1452e.tar.xz
forgejo-act-7b012832b4680b7cdd9d399790bc63ec74c1452e.zip
issue with patterns and vendor directoryv0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f33e75..39ceae4 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ IS_SNAPSHOT = $(if $(findstring -, $(VERSION)),true,false)
TAG_VERSION = v$(VERSION)
ACT ?= go run -mod=vendor main.go
+export GITHUB_TOKEN = $(shell cat ~/.config/github/token)
default: check