fix reference error

This commit is contained in:
2023-08-18 21:48:02 -07:00
parent dc3b78f911
commit 2b8c0ec844
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ async function put_manifest(new_tag, manifest, input) {
'content-type': manifest_media_type,
};
if (token) {
if (input.token) {
req_headers.authorization = `Bearer ${input.token}`;
}