FirebaseExtended / FirebaseExtended/action-hosting-deploy

[BUG] Permission 'cloudfunctions.functions.list' denied

Open
#203 45 comments 39 reactions 1 assignee Claimed by @jhuleatt View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.