Rename basic to Basic
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
@@ -120,7 +120,7 @@ export function getGiteaRequestOptions(config: GiteaIntegrationConfig): {
|
||||
}
|
||||
|
||||
if (username) {
|
||||
headers.Authorization = `basic ${Buffer.from(
|
||||
headers.Authorization = `Basic ${Buffer.from(
|
||||
`${username}:${password}`,
|
||||
).toString('base64')}`;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user