Skip to content

Commit

Permalink
Update from Forestry.io
Browse files Browse the repository at this point in the history
Anna Banyik updated _articles/en/getting-started/getting-started-with-android-apps.md
  • Loading branch information
BanyikAnna authored and Forestry.io committed Dec 18, 2019
1 parent 93f2335 commit 1288a01
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ Now let's head back to [Bitrise](https://app.bitrise.io/apps/add) and finish off

For example: `BITRISEIO_SERVICE_ACCOUNT_JSON_KEY_URL`
3. Go back to the **Deploy to Google Play** Step in your Workflow Editor.
4. In the **Service Account JSON key file path** input, paste the Environment Variable which was generated when you uploaded the service account JSON key in the **GENERIC FILE STORAGE**. Note that besides the Environment Variable, this field can also accept a remote and a file path URL as well:
* For remote JSON key file you can provide any download location, for example, `https://URL/TO/key.json`.
* For local JSON key file you can provide a file path url, for example, `file://PATH/TO/key.json`.
4. In the **Service Account JSON key file path** input, paste the Environment Variable which was generated when you uploaded the service account JSON key in the **GENERIC FILE STORAGE**. Note this input is marked as sensitive in the Step, meaning any Env Var you insert here will become a secret and won't be printed out in a build log. Besides the generated Env Var, you can also add a file path right in the Step's input field where the file path can be local or remote too:
* For remote JSON key file you can provide any download location as value, for example, `https://URL/TO/key.json`.
* For local JSON key file you can provide a file path url as value, for example, `file://PATH/TO/key.json`.
5. **Package name**: the package name of your Android app.
6. **Track**: the track where you want to deploy your APK (for example, alpha/beta/rollout/production or any custom track you set).

Expand Down

0 comments on commit 1288a01

Please sign in to comment.