foo-software / lighthouse-check-action

GitHub Action for running @GoogleChromeLabs Lighthouse audits with all the bells and whistles 🔔 Multiple audits, Slack notifications, and more!
https://github.com/marketplace/actions/lighthouse-check
MIT License
484 stars 24 forks source link

Extra headers #10

Closed oskbor closed 4 years ago

oskbor commented 4 years ago

Hi! Is it possible to specify extra headers when running lighthouse through your action? There seems to be a CLI option to pass in headers to lighthouse.

Thanks for building and maintaining this action btw! 🎉

adamhenson commented 4 years ago

Thanks for opening this @oskbor. It brings up a good point in that we only support a subset of settings. I just opened issue #12 so that we can support any settings in the future, but let's go ahead and at least support extraHeadders for now. I'm going to help in moving through the PRs from @bjszd.

adamhenson commented 4 years ago

Released in 1.0.8 🙌