Skip to content

Commit e047a39

Browse files
authored
Update android-release.yml
1 parent b8708d0 commit e047a39

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/android-release.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ on:
99
jobs:
1010
android_release:
1111
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-android-release.yml@master
12-
secrets: inherit
12+
secrets:
13+
FIREBASE_SERVICE_ACCOUNT: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
14+
GOOGLE_SERVICES_JSON: ${{ secrets.GOOGLE_SERVICES_JSON }}
15+
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
16+
ALIAS: ${{ secrets.ALIAS }}
17+
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
18+
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}

0 commit comments

Comments
 (0)