Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 5e6995b

Browse files
authored
Merge pull request #58 from evanphx/patch-1
More note about application password more obvious
2 parents cb5e960 + c70da32 commit 5e6995b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ gon helps you automate the process of notarization.
3333
- [Prompts](#prompts)
3434
- [Usage with GoReleaser](#usage-with-goreleaser)
3535
- [Go Library](#go-library)
36+
- [Troubleshooting)(#troubleshooting)
3637
- [Roadmap](#roadmap)
3738

3839
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -212,6 +213,9 @@ Supported configurations:
212213
The `@env:<name>` syntax will load the password from the named environmental
213214
variable. If this value isn't set, we'll attempt to use the `AC_PASSWORD`
214215
environment variable as a default.
216+
217+
**NOTE**: If you have 2FA enabled, the password must be an application password, not
218+
your normal apple id password. See [Troubleshooting](#troubleshooting) for details.
215219

216220
* `provider` (`string` _optional_) - The App Store Connect provider when using
217221
multiple teams within App Store Connect. If this isn't set, we'll attempt

0 commit comments

Comments
 (0)