We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565a65c commit f7ef6aeCopy full SHA for f7ef6ae
cmd/nightfalldlp/main.go
@@ -17,7 +17,7 @@ const (
17
nightfallConfigFileName = ".nightfalldlp/config.json"
18
githubActionsEnvVar = "GITHUB_ACTIONS"
19
githubTokenEnvVar = "GITHUB_TOKEN"
20
- githubApiBaseUrlEnvVar = "GITHUB_API_BASE_URL"
+ githubApiBaseUrlEnvVar = "BASE_URL"
21
circleCiEnvVar = "CIRCLECI"
22
)
23
0 commit comments