Skip to content

Commit bd79496

Browse files
committed
Add encrypted google-upload-credentials.json
1 parent 3510b87 commit bd79496

File tree

6 files changed

+2
-11
lines changed

6 files changed

+2
-11
lines changed

.configure

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"branch": "trunk",
44
"pinned_hash": "811d08531b187cfd2400e99d27214bba8906425d",
55
"files_to_copy": [
6-
{
7-
"file": "android/WCAndroid/google-upload-credentials.json",
8-
"destination": "~/.configure/woocommerce-android/secrets/google-upload-credentials.json",
9-
"encrypt": true
10-
}
116
],
127
"file_dependencies": []
138
}
-2.31 KB
Binary file not shown.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ secrets.properties filter=git-crypt diff=git-crypt
88
sentry.properties filter=git-crypt diff=git-crypt
99
google-services.json filter=git-crypt diff=git-crypt
1010
firebase.secrets.json filter=git-crypt diff=git-crypt
11+
google-upload-credentials.json filter=git-crypt diff=git-crypt
1112
*.keystore filter=git-crypt diff=git-crypt
1213
*.jks filter=git-crypt diff=git-crypt

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ projectFilesBackup/
8080
fastlane/README.md
8181
fastlane/report.xml
8282
fastlane/.env
83-
google-upload-credentials.json
8483
fastlane/screenshots
8584
fastlane/promo_sceenshots
8685
# This is a byproduct of the screenshots composition process
@@ -98,10 +97,6 @@ local-builds.gradle
9897
# Everything without a .enc extension is ignored
9998
.configure-files/*
10099
!.configure-files/*.enc
101-
# This secret is not part of the repository anymore, but we keep it in the
102-
# gitignore for retrocompatibility, so that it won't appear as a new file and
103-
# be accidentally checked in the repository.
104-
google-upload-credentials.json
105100

106101
# Kotlin
107102
.kotlin/

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ DEFAULT_BRANCH = 'trunk'
8080
REPOSITORY_NAME = 'woocommerce-android'
8181
GH_ORG_NAME = 'woocommerce'
8282

83-
UPLOAD_TO_PLAY_STORE_JSON_KEY = File.join(Dir.home, '.configure', 'woocommerce-android', 'secrets', 'google-upload-credentials.json')
83+
UPLOAD_TO_PLAY_STORE_JSON_KEY = File.join(PROJECT_ROOT_FOLDER, 'google-upload-credentials.json')
8484

8585
SUPPORTED_LOCALES = [
8686
{ glotpress: 'ar', android: 'ar', google_play: 'ar', promo_config: {} },

google-upload-credentials.json

2.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)