From fbafa7044a0632c80e40c1f30abbc25edf947793 Mon Sep 17 00:00:00 2001 From: KoalaSat Date: Sun, 10 Mar 2024 22:46:01 +0100 Subject: [PATCH] Fix --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13720ce0..f87ce06e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,11 @@ on: jobs: android-build: uses: KoalaSat/nostros/.github/workflows/android-build.yml@main + with: + env: + KEY_ALIAS: ${{ secrets.KEY_ALIAS }} + KEY_PASS: ${{ secrets.KEY_PASS }} + KEY_STORE_PASS: ${{ secrets.KEY_STORE_PASS }} release: needs: [android-build] runs-on: ubuntu-latest