MCPcopy 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
32func setPrivateTokenEnvs() {
33 setE("GITLAB_PRIVATE_TOKEN", testingToken)
34 setE("GITLAB_API_HTTP_URL", testingAPIURL)
35}
36
37func setOAuthTokenEnvs() {
38 setE("GITLAB_OAUTH_TOKEN", testingOAuthToken)

Callers

nothing calls this directly

Calls 1

setEFunction · 0.85

Tested by

no test coverage detected