We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e8366 commit 2cb4ba8Copy full SHA for 2cb4ba8
readthedocs/oauth/notifications.py
@@ -82,8 +82,12 @@
82
body=_(
83
textwrap.dedent(
84
"""
85
- Failed to add deploy key to {{provider_name}} project, ensure you have the correct permissions and try importing again.
86
- """
+ Failed to add deploy key to {{provider_name}} project,
+ 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
+ """
91
).strip(),
92
),
93
type=ERROR,
0 commit comments