Skip to content

Commit

Permalink
chore(zcl): change env var for github token to match release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
menski committed Nov 11, 2019
1 parent 02fbd74 commit e6dc1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zcl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
const (
appName = "zcl"
gitApiTokenFlag = "token"
gitApiTokenEnv = "GITHUB_API_TOKEN"
gitApiTokenEnv = "GITHUB_TOKEN"
gitDirFlag = "gitDir"
gitDirEnv = "ZCL_GIT_DIR"
labelFlag = "label"
Expand Down

0 comments on commit e6dc1c5

Please sign in to comment.