Skip to content

Commit 5da0738

Browse files
authored
Merge pull request #32 from arBespalov/feature/themed-icon
add themed icon
2 parents a3fc6f5 + 3c6b9f3 commit 5da0738

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

.github/workflows/build-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Inject secrets.properties
6666
run: |
67-
echo "MAPS_API_KEY=${{ secrets.MAPS_API_KEY }}" > secrets.properties
67+
echo "MAPS_API_KEY=${{ secrets.MAPS_API_KEY || 'maps_key_default_value' }}" > secrets.properties
6868
6969
# Run Tests Build
7070
- name: Run gradle tests

0 commit comments

Comments
 (0)