You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm running the action on Github, I'm getting the following problem:
So it finds the correct URL, but still get 401 error status (even though when I access this url (by clicking on it for isntance), I access the website as expected.
I used the basic setup (with version 1.3.1) shown in the Readme, am I missing any other configuration ?
The text was updated successfully, but these errors were encountered:
@TheTisiboth Thanks for creating an issue. The reason you are getting is probably that the URL is behind one of the different protection policy that vercel uses. Currently, this action only supports "Password Protection". While I'm working on a major rewrite of this action where I hope to add more support I suggest that you read up on the documentation on Vercel and see what you can do yourself. I'm always open to reviewing PRs if you happen to have the time to add new features to cover your needs.
When I'm running the action on Github, I'm getting the following problem:
So it finds the correct URL, but still get 401 error status (even though when I access this url (by clicking on it for isntance), I access the website as expected.
I used the basic setup (with version 1.3.1) shown in the Readme, am I missing any other configuration ?
The text was updated successfully, but these errors were encountered: