JakePartusch / wait-for-netlify-action

A GitHub action that will wait until a Netlify Preview deploy has completed before continuing on
MIT License
47 stars 52 forks source link

Add headers handling #5

Closed gslama-akqa closed 4 years ago

gslama-akqa commented 4 years ago

Hi Jake,

As discussed, here's a PR that addresses Usage with a password protected Netlify website #4.

To provide more flexibility, I added the possibility to add any kind of headers instead of just passing Authorization bearer.

That made sense to me but please let me know if you'd rather make it more explicit.

JakePartusch commented 4 years ago

Thanks so much for the PR @gslama-akqa ! 🥇🎉 Just a couple of minor things and it should be good to go!

gslama-akqa commented 4 years ago

Definitely make sense! I'll push an update in the next few days.

gslama-akqa commented 4 years ago

Hi Jake,

Should be ready for merge now!

JakePartusch commented 4 years ago

fixes #4