diff --git a/lib/routes/github/namespace.ts b/lib/routes/github/namespace.ts index 70072f48b..bff74c58d 100644 --- a/lib/routes/github/namespace.ts +++ b/lib/routes/github/namespace.ts @@ -9,7 +9,7 @@ GitHub provides some official RSS feeds: - Repo releases: \`https://github.com/:owner/:repo/releases.atom\` - Repo commits: \`https://github.com/:owner/:repo/commits.atom\` - User activities: \`https://github.com/:user.atom\` -- Private feed: \`https://github.com/:user.private.atom?token=:secret\` (You can find **Subscribe to your news feed** in [dashboard](https://github.com) page after login) +- Private feed: \`https://github.com/:user.private.atom?token=:secret\` (Note: You can ONLY obtain this url via an [API](https://docs.github.com/en/rest/activity/feeds?apiVersion=2022-11-28) call with a [Personal Access Token](https://github.com/settings/tokens/new) with **ENOUGH** scopes now.) - Wiki history: \`https://github.com/:owner/:repo/wiki.atom\` :::`, lang: 'en',