Skip to content

Commit

Permalink
Merge pull request #2469 from IDEMSInternational/ChrisMarsh82-patch-1
Browse files Browse the repository at this point in the history
Update reusable-android-release.yml
  • Loading branch information
ChrisMarsh82 authored Oct 11, 2024
2 parents 3b3493c + ba3fb69 commit 05eb39c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/reusable-android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ name: Android - Release to Google Play

on:
workflow_call:
secrets:
FIREBASE_SERVICE_ACCOUNT:
required: true
GOOGLE_SERVICES_JSON:
required: true
SIGNING_KEY:
required: true
ALIAS:
required: true
KEY_STORE_PASSWORD:
required: true
KEY_PASSWORD:
required: true

jobs:
build:
Expand Down

0 comments on commit 05eb39c

Please sign in to comment.