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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Proposed Solution:
Maybe the condition could just be if (args.HOST_TOKEN)? I'm not sure if there's a security concern around making sure the HOST_TOKEN is only sent to github.com.
The text was updated successfully, but these errors were encountered:
Description:
Personal access tokens aren't prepended to the github url unless the host url is "github.com".
https://github.com/storybookjs/storybook-deployer/blob/6aacf53ec6db2e978796a02a01f7517e9d299e89/bin/storybook_to_ghpages#L62
Proposed Solution:
Maybe the condition could just be
if (args.HOST_TOKEN)
? I'm not sure if there's a security concern around making sure the HOST_TOKEN is only sent github.com
.The text was updated successfully, but these errors were encountered: