Skip to content

Commit a7b4f57

Browse files
authored
Update testflight.md
1 parent 290211f commit a7b4f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/testflight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The setup steps are somewhat involved, but nearly all are one time steps. Subseq
1818
1. Go to the [App Store Connect](https://appstoreconnect.apple.com/access/api) interface, click the "Keys" tab, and create a new key with "Admin" access. Give it a name like "FastLane API Key".
1919
1. Record the key id; this will be used for `FASTLANE_KEY_ID`.
2020
1. Record the issuer id; this will be used for `FASTLANE_ISSUER_ID`.
21-
1. Download the API key itself, and open it in a text editor. The contents of this file will be used for `FASTLANE_KEY`.
21+
1. Download the API key itself, and open it in a text editor. The contents of this file will be used for `FASTLANE_KEY`. Copy the full text, including the "-----BEGIN PRIVATE KEY-----" and "-----END PRIVATE KEY-----" lines.
2222

2323
## Setup Github
2424
1. Create a [new empty repository](https://github.com/new) titled `Match-Secrets`. It should be private.

0 commit comments

Comments
 (0)