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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ To get the app id you can either navigate to your app in the App Store with your
44
44
5. Enter the name of your key (e.g. `your-app-name-api-key`) and select the desired role (e.g. `Developer`).
45
45
6. A new key will appear in your Keys list.
46
46
7. Tap "**Download API Key**" to download the `AuthKey_{key-id}.p8` file.
47
-
**Note**: You won't be able to download it afterwards.
47
+
**Note**: You won't be able to download it afterwards.
48
48
8. Copy **Issuer ID** and **Key ID** on the same page.
49
-
**Note**: You will be able to copy them afterwards.
49
+
**Note**: You will be able to copy them afterwards.
50
50
51
51
**Note**: It's suggested to store the sensitive information (like json web token, private key, key id and issuer id) as **[Github Secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets)** (please check also **[how to store files as secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#storing-base64-binary-blobs-as-secrets)**).
0 commit comments