FirebaseExtended / FirebaseExtended/action-hosting-deploy
[BUG] Permission 'cloudfunctions.functions.list' denied
Open
bug
- Dominant language
- TypeScript
- Stars
- 809
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
### Action config
```
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
expires: 30d
projectId: my-awesome-project
```
### Error message
This has been working for years, and now we're starting noticing this error:
`"HTTP Error: 403, Permission 'cloudfunctions.functions.list' denied on 'projects//locations/-/functions'"`
### Expected behavior
Deploy without needed permission.
### Actual behavior
Fails to deploy.
Contributor guide
Assessment
This issue has not been assessed yet.