diff options
author | Casey Lee <cplee@nektos.com> | 2019-02-07 18:39:04 +0100 |
---|---|---|
committer | Casey Lee <cplee@nektos.com> | 2019-02-07 18:39:04 +0100 |
commit | 7b012832b4680b7cdd9d399790bc63ec74c1452e (patch) | |
tree | c9128fce35375148ea1c96859b79c4d8e62f46fd /Makefile | |
parent | Merge pull request #27 from nektos/parser (diff) | |
download | forgejo-act-7b012832b4680b7cdd9d399790bc63ec74c1452e.tar.xz forgejo-act-7b012832b4680b7cdd9d399790bc63ec74c1452e.zip |
issue with patterns and vendor directoryv0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |