Skip to content

Commit

Permalink
Documentation Improvements (#46)
Browse files Browse the repository at this point in the history
# Documentation Improvements

## ⚙️ Release Notes 
- Adds additional documentation about GCP service accounts and Firebase
permissions.


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).

---------

Signed-off-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PSchmiedmayer authored Jan 12, 2024
1 parent 6c18351 commit 5ba65d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
default: ''
secrets:
GOOGLE_APPLICATION_CREDENTIALS_BASE64:
description: 'The Base64 version of the private key JSON file for the service account. You can lean more about how to generate the JSON at https://firebase.google.com/docs/app-distribution/authenticate-service-account. The service account must have the minimally required permissions as documented at https://firebase.google.com/docs/projects/iam/roles-predefined.'
description: 'The Base64 version of the private key JSON file for the service account. You can lean more about how to generate the JSON at https://cloud.google.com/iam/docs/service-accounts-create. The service account must have the minimally required permissions documented at https://firebase.google.com/docs/projects/iam/permissions.'
required: true

jobs:
Expand Down

0 comments on commit 5ba65d3

Please sign in to comment.