Makefile: Unset GITHUB_TOKEN on fmt call
See 335d925b7c (commitcomment-98101131)
This commit is contained in:
parent
f86862f3ab
commit
5e156b93fd
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -5,7 +5,8 @@ all: fmt gen lint build test
|
|||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
prefix "$@" ./ci/sub/bin/fmt.sh
|
||||
# Unset GITHUB_TOKEN, see https://github.com/terrastruct/d2/commit/335d925b7c937d4e7cac7e26de993f60840eb116#commitcomment-98101131
|
||||
GITHUB_TOKEN= prefix "$@" ./ci/sub/bin/fmt.sh
|
||||
.PHONY: gen
|
||||
gen:
|
||||
prefix "$@" ./ci/gen.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue