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
Thanks for reporting this and for sharing the error you encountered @alexandrefett! I was able to reproduce the issue. I'll raise this to our engineering team so they can take a look.
[REQUIRED] Environment info
Firebase-tools 14.3.1
Firebase-tools 14.3.1
Platform:
macOS
[REQUIRED] Test case
firebase init --debug
select hosting
folder: build/web
Rewrite HTML file: yes
Set the GitHub workflow? Yes
enter repo info (name/repository)
GET https://api.github.com/repos/undefined {"message":"Not Found","documentation_url":"https://docs.github.com/rest","status":"404"}
The workaround: downgraded firebase-tools to 14.2.1, everything worked as expected
[REQUIRED] Steps to reproduce
firebase init --debug
select hosting
folder: build/web
rewrite html file: yes
set github workflow? Yes
enter repo info (name/repository)
GET https://api.github.com/repos/undefined {"message":"Not Found","documentation_url":"https://docs.github.com/rest","status":"404"}
[REQUIRED] Expected behavior
retrieve the service account
set github secrets
write .firebasec
[REQUIRED] Actual behavior
Result from firebase init --debug
<! GET https://api.github.com/repos/undefined {"message":"Not Found","documentation_url":"https://docs.github.com/rest","status":"404"}
The text was updated successfully, but these errors were encountered: