mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 11:46:32 +00:00
github action fixes
This commit is contained in:
parent
2ea0757985
commit
a90925f81a
2 changed files with 4 additions and 1 deletions
3
.github/prepare-workflow
vendored
3
.github/prepare-workflow
vendored
|
|
@ -1,4 +1,5 @@
|
|||
chmod +x gradlew
|
||||
cp habitica.properties.example habitica.properties
|
||||
cp habitica.resources.example habitica.resources
|
||||
cp Habitica/google-services.json.example Habitica/google-services.json
|
||||
cp Habitica/google-services.json.example Habitica/google-services.json
|
||||
cp Habitica/google-services.json.example wearos/google-services.json
|
||||
|
|
|
|||
|
|
@ -8,3 +8,5 @@ ANDROID_TESTING_UUID=
|
|||
APPLE_AUTH_CLIENT_ID=
|
||||
DEBUG_USER_ID=
|
||||
DEBUG_API_KEY=
|
||||
TEST_USER_ID=
|
||||
TEST_USER_KEY=
|
||||
|
|
|
|||
Loading…
Reference in a new issue