Makefile: Revert unset GITHUB_TOKEN
Made the change in terrastruct/ci repo instead.
This commit is contained in:
parent
f5d0f36988
commit
99a75463a2
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -5,8 +5,7 @@ all: fmt gen lint build test
|
|||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
# Unset GITHUB_TOKEN, see https://github.com/terrastruct/d2/commit/335d925b7c937d4e7cac7e26de993f60840eb116#commitcomment-98101131
|
||||
prefix "$@" GITHUB_TOKEN= ./ci/sub/bin/fmt.sh
|
||||
prefix "$@" ./ci/sub/bin/fmt.sh
|
||||
.PHONY: gen
|
||||
gen:
|
||||
prefix "$@" ./ci/gen.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue