Website: prefix header in proxied apple request (#38312)

Changes:
- Updated the get-vpp-app-metadata action to prefix the provided vpp
token before it sends it to an Apple API
This commit is contained in:
Eric 2026-01-14 09:34:48 -06:00 committed by GitHub
parent 16a55e1752
commit 390c149445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ module.exports = {
},
headers: {
'Authorization': `Bearer ${tokenForThisRequest}`,
'Cookie': `${vppToken}`,
'Cookie': `itvt=${vppToken}`,
}
})
.tolerate((err)=>{