diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13720ce0..96db0cfe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,10 @@ on: jobs: android-build: uses: KoalaSat/nostros/.github/workflows/android-build.yml@main + 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