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