mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Updated YML for CI. GSERVICES token is having issues
This commit is contained in:
parent
7445797d46
commit
ace75f5ec7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Load secrets
|
||||
run: |
|
||||
rm ./app/google-services.json
|
||||
echo $GSERVICES > ./app/google-services.json
|
||||
cp ./app/google-services-example.json ./app/google-services.json
|
||||
rm ./app/src/main/res/values/mapbox-token.xml
|
||||
echo -e "<resources>\n <string name=\"mapbox_access_token\">$MAPBOXTOKEN</string>\n</resources>" > ./app/src/main/res/values/mapbox-token.xml
|
||||
mkdir -p ~/.gradle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue