Make googlePlayBilling.credentialsJson not a secret

This commit is contained in:
ravi-signal
2026-01-06 15:47:45 -05:00
committed by GitHub
parent 9a43f76663
commit 807b08b31b
6 changed files with 17 additions and 8 deletions

View File

@@ -46,7 +46,16 @@ braintree:
type: stub
googlePlayBilling:
credentialsJson: secret://googlePlayBilling.credentialsJson
credentialsJson: |
{
"type": "external_account",
"credential_source": {
"file": "/tmp/my-token"
},
"subject_token_type": "urn:ietf:params:oauth:token-type:jwt",
"audience": "//iam.googleapis.com/abc",
"token_url": "https://sts.googleapis.com/v1/token"
}
packageName: package.name
applicationName: test
productIdToLevel: {}