Skip to content

Commit 8af626b

Browse files
authored
Update android.yml
1 parent 09ff388 commit 8af626b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
java-version: '17'
2222
distribution: temurin
2323
cache: gradle
24+
- name: Create local.properties
25+
run: |
26+
echo "SPOTIFY_CLIENT_ID=\"${{ secrets.SPOTIFY_CLIENT_ID }}\"" >> local.properties
27+
echo "SPOTIFY_ACCESS_TOKEN=\"${{ secrets.SPOTIFY_ACCESS_TOKEN }}\"" >> local.properties
2428
- name: Grant execute permission for gradlew
2529
run: chmod +x gradlew
2630
- name: Build with Gradle

0 commit comments

Comments
 (0)