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