From 2cb22f0653558e501cc85a1ddb81f4e5b1ed2ae2 Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Wed, 24 Aug 2022 13:31:16 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 740c2ee9..c7b8c4a6 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -19,7 +19,10 @@ jobs: java-version: '11' distribution: 'temurin' cache: gradle - + - name: Create Local Properties File + run: touch local.properties + - name: Add secret API Key + run: echo "ytAPI=\""${{ secrets.YTAPI }}"\"" >> local.properties - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle