docs(feeds): update guidance on obtaining private feed URL (#19590)
This commit is contained in:
parent
cd4c60124e
commit
74124fa9bb
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue