mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
Try string literal key
This commit is contained in:
@@ -63,7 +63,7 @@ export async function uploadDatabases(
|
||||
data: payload,
|
||||
headers: {
|
||||
authorization: `token ${apiDetails.auth}`,
|
||||
contentType: "application/zip",
|
||||
"Content-Type": "application/zip",
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user