We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ff388 commit 8af626bCopy full SHA for 8af626b
1 file changed
.github/workflows/android.yml
@@ -21,6 +21,10 @@ jobs:
21
java-version: '17'
22
distribution: temurin
23
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
28
- name: Grant execute permission for gradlew
29
run: chmod +x gradlew
30
- name: Build with Gradle
0 commit comments