Skip to content

Commit

Permalink
fix wrong name for credential content
Browse files Browse the repository at this point in the history
  • Loading branch information
d-reader-luka committed Mar 22, 2024
1 parent c2afc65 commit 62b814a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
uses: wzieba/Firebase-Distribution-Github-Action@v1
with:
appId: ${{secrets.DEV_FIREBASE_APP_ID}}
serviceCredentialsFileContent: ${{secrets.CREDENTIAL_FILE_CONTENT}}
groups: dReader_team
serviceCredentialsFileContent: ${{secrets.DEV_CREDENTIAL_FILE_CONTENT}}
groups: dreader_team
file: apks/dReader-dev.apk

0 comments on commit 62b814a

Please sign in to comment.