简体   繁体   中英

Firebase init hosing:github for organization

Trying to create a github action connection to firebase, as described here .

After initializing hosting, I ran:

firebase init hosting:github

Got to the stage where got:

For which GitHub repository would you like to set up a GitHub workflow?

Entered the name, and then received:

Error: HTTP Error: 403, Policy update access denied.

The repo is part of an organization.

Read those threads: https://github.com/firebase/firebase-tools/issues/3143 https://github.com/firebase/firebase-tools/issues/2763

about giving fire base access to the organization, but I already have given access授予 Firebase 的访问权限 .

Any suggestions how to solve the issue?

Ok, so the problem was that I needed to be an Owner (Editor isn't enough) of the fire base project in order to initialize the Firebase hosting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM