Skip to content

Commit

Permalink
chore: Update Firebase Action Version & Added Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Dec 14, 2024
1 parent 7d4f79e commit 32c8409
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-android-app-to-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Android App on Firebase
on:
workflow_dispatch:

permissions:
contents: write

jobs:
publish_android_app_on_firebase:
Expand All @@ -11,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Publish Android App on Firebase
uses: openMF/KMP-android-firebase-publish-action@v1.0.0
uses: openMF/KMP-android-firebase-publish-action@v1.0.1
with:
android_package_name: 'mifospay-android'

Expand Down

0 comments on commit 32c8409

Please sign in to comment.