Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devopsctl/gitlabctl
/ setPrivateTokenEnvs
Function
setPrivateTokenEnvs
cmd/gitlab_client_test.go:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
setPrivateTokenEnvs() {
33
setE(
"GITLAB_PRIVATE_TOKEN"
, testingToken)
34
setE(
"GITLAB_API_HTTP_URL"
, testingAPIURL)
35
}
36
37
func
setOAuthTokenEnvs() {
38
setE(
"GITLAB_OAUTH_TOKEN"
, testingOAuthToken)
Callers
nothing calls this directly
Calls
1
setE
Function · 0.85
Tested by
no test coverage detected