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 32c8409 commit 7aa91f5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-android-app-to-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ name: Publish Android App on Firebase
on:
workflow_dispatch:

permissions:
contents: write

jobs:
publish_android_app_on_firebase:
runs-on: macos-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Publish Android App on Firebase
uses: openMF/[email protected].1
uses: openMF/[email protected].2
with:
android_package_name: 'mifospay-android'

Expand Down

0 comments on commit 7aa91f5

Please sign in to comment.