MCPcopy 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
37func setOAuthTokenEnvs() {
38 setE("GITLAB_OAUTH_TOKEN", testingOAuthToken)
39 setE("GITLAB_API_HTTP_URL", testingAPIURL)
40}
41
42func unsetAuthEnvs() {
43 unsetE("GITLAB_PRIVATE_TOKEN",

Callers

nothing calls this directly

Calls 1

setEFunction · 0.85

Tested by

no test coverage detected