Skip to content

Commit 68f0cec

Browse files
committed
lighthouse proper env var
1 parent 454af9e commit 68f0cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/lighthouserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
disabled: false
2525
},
2626
extraHeaders: JSON.stringify({
27-
'x-vercel-protection-bypass': process.env.VERCEL_TOKEN
27+
'x-vercel-protection-bypass': String(process.env.VERCEL_AUTOMATION_BYPASS_SECRET)
2828
})
2929
}
3030
},

0 commit comments

Comments
 (0)