Skip to content

Commit 9b7b9ec

Browse files
committed
docs(ci): update ci docs
1 parent c98f776 commit 9b7b9ec

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

.circleci/README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
How to generate CI environment
1+
# How to generate CI environment vars
2+
3+
## TODO
4+
5+
- [ ] Replace username, itc_team_id and specific_password to App Store Connect API Key
26

37
## Shared
48

@@ -20,6 +24,8 @@ How to generate CI environment
2024

2125
## iOS
2226

27+
- FASTLANE_IOS_APPLE_ID
28+
- Your apple id(email)
2329
- FASTLANE_IOS_TEAM_ID
2430
- You can find out from the ends of [apple developers](https://developer.apple.com/account) site url
2531
- FASTLANE_IOS_ITC_TEAM_ID
@@ -28,24 +34,11 @@ How to generate CI environment
2834
- URL should be starts with `git@` (ssh)
2935
- Save match git url to environment, you can find out from our github organization repos
3036
- Authorization with SSH
31-
- Open [github developer settings](https://github.com/settings/tokens)
3237
- Open CircleCI Project settings > SSH Keys
3338
- Add User Key
34-
- [Deprecated] ~~URL should be starts with https, not a ssh(git@~)~~
3539
- FASTLANE_IOS_MATCH_PASSWORD
3640
- You can find out password from Match Git repository description
37-
- [Deprecated] ~~FASTLANE_IOS_MATCH_GIT_BASIC_AUTHORIZATION~~
38-
- [Deprecated] ~~Create Personal access token with "repo" scope~~
39-
- [Deprecated] ~~Decode as a base64~~
40-
- `echo -n user-name:personal-access-token | base64`
41-
- [Deprecated] ~~(Optional) Testing~~
42-
- `curl -H "Authorization: basic <<decoded-text>>" https://api.github.com/repos/<<match-git-repo-owner>>/<<match-git-repo-name>>`
43-
- [Deprecated] ~~Save decoded text to environment~~
44-
- FASTLANE_IOS_APPLE_ID & FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
45-
- TODO: Replace to App Store Connect API Key
46-
- FASTLANE_IOS_APPLE_ID
47-
- Your apple id(email)
48-
- FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
49-
- Open [apple id](https://appleid.apple.com/account/manage) site
50-
- Create Application Password
51-
- Save password to environment
41+
- FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
42+
- Open [apple id](https://appleid.apple.com/account/manage) site
43+
- Create Application Password
44+
- Save password to environment

0 commit comments

Comments
 (0)