Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwph committed Mar 14, 2023
1 parent c199f1d commit 2c2afb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
file: app-debug.apk
app: ${{ secrets.FIREBASE_APP_ID }}
credentials: ${{ secrets.FIREBASE_CREDENTIALS }} # Optional: This overrides "credentials-file" and `GOOGLE_APPLICATION_CREDENTIALS`
credentials-file: ${{ secrets.FIREBASE_CREDENTIALS_FILE }} # Optional: This overrides environment `GOOGLE_APPLICATION_CREDENTIALS`
credentials: ${{ secrets.FIREBASE_CREDENTIALS }}
credentials-file: ${{ secrets.FIREBASE_CREDENTIALS_FILE }} # Optional: This is ignored if credentials is defined.
release-notes: "" # Optional
release-notes-file: "" # Optional
testers: "" # Optional
Expand All @@ -52,7 +52,7 @@ According to Google, we have to start using [service account for authenticating
To get the credentials you can go to your Firebase project -> Project settings -> Service account -> Generate new private key.
![even-faster-with-cache](.docs/assets/google-service-account.png?raw=true)
![even-faster-with-cache](.docs/assets/google-service-account-credentials.png?raw=true)
### Use credentials in this action
Expand Down

0 comments on commit 2c2afb5

Please sign in to comment.