Use different creds than the default ones

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2024-04-27 18:22:21 +00:00
parent 349ba1f9e8
commit 402c8b70e2
3 changed files with 15 additions and 12 deletions

View file

@ -585,6 +585,7 @@ type GithubCredentials struct {
Enterprises []Enterprise `json:"enterprises,omitempty"`
Endpoint GithubEndpoint `json:"endpoint"`
// Do not serialize sensitive info.
CredentialsPayload []byte `json:"-"`
}