You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@
16
16
17
17

18
18
19
-
*Apple Developer Program subscription page*
20
-
21
19
**2. Get Required Credentials**
22
20
23
21
*App Specific Password:*
@@ -255,9 +253,9 @@ certificate.p12
255
253
*Your signed app is now ready for distribution*
256
254
257
255
### ❓ How to automate the above process using GitHub Actions?
Bucket name: Enter a unique bucket name. Conventionally, this name matches your product's name in kebab case. For example, if your product is named "Chess Master," your bucket name will be `chess-master`.
272
+
Bucket name: Enter a unique bucket name. Conventionally, this name matches your product's name in kebab case. For example, if your product's name is "Chess Master," your bucket name will be `chess-master`.
273
273
Object Ownership: Select ACLs enabled
274
274
Block Public Access settings for this bucket: Uncheck "Block all public access"
275
275
```
@@ -281,11 +281,9 @@ Ensure that **Object Ownership** is set to **"ACLs enabled"** because Electron B
5. If you don't have an AWS access key and secret key, get them.
286
+
5. If you don't have an AWS access key and secret key, create them through the IAM service as described in [AWS documentation here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user_manage_add-key.html).
289
287
290
288
**3. Configure GitHub Secrets**
291
289
In your GitHub Repository, navigate to Settings > Secrets and variables > Actions and add the following secrets:
0 commit comments