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 b701172 commit 517625dCopy full SHA for 517625d
internal/devpkg/pkgtype/runx.go
@@ -13,7 +13,7 @@ const (
13
RunXScheme = "runx"
14
RunXPrefix = RunXScheme + ":"
15
githubAPITokenVarName = "GITHUB_TOKEN"
16
- // TODO: Keep for backwards compatibility
+ // Keep for backwards compatibility
17
oldGithubAPITokenVarName = "DEVBOX_GITHUB_API_TOKEN"
18
)
19
0 commit comments