Skip to content

Commit 2cb4ba8

Browse files
committed
Project: don't ask to recreate project if SSH key wasn't added
Closes readthedocs/readthedocs-corporate#1755
1 parent 08e8366 commit 2cb4ba8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readthedocs/oauth/notifications.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,12 @@
8282
body=_(
8383
textwrap.dedent(
8484
"""
85-
Failed to add deploy key to {{provider_name}} project, ensure you have the correct permissions and try importing again.
86-
"""
85+
Failed to add deploy key to {{provider_name}} project,
86+
ensure you have the correct permissions and try
87+
<a href="https://docs.readthedocs.com/platform/stable/guides/creating-project-private-repository.html#configuring-your-repository">
88+
adding the key manually
89+
</a>.
90+
"""
8791
).strip(),
8892
),
8993
type=ERROR,

0 commit comments

Comments
 (0)