FirebaseExtended / action-hosting-deploy

Automatically deploy shareable previews for your Firebase Hosting sites
https://firebase.google.com/docs/hosting/github-integration
Apache License 2.0
695 stars 202 forks source link

I got this error on org repos too. #186

Closed Dev-The-Code closed 2 years ago

Dev-The-Code commented 2 years ago

I got this error on org repos too.

The solution for me was:

  1. Open https://github.com/settings/connections/applications
  2. Select the Firebase CLI application
  3. Look for the section Organisation Access
  4. Click the "Grant" button next to the organisation you want to grant Firebase CLI access to

After that, I was able to run firebase init hosting:github

Originally posted by @alkiko in https://github.com/FirebaseExtended/action-hosting-deploy/issues/40#issuecomment-748017911