Spaces:
Running
Running
fix: add write-discussions OAuth scope for like permissions
Browse filesThe default openid+profile scopes don't grant permission to like
repositories (401 Unauthorized). Add write-discussions scope which
covers reactions/interactions including likes.
Co-authored-by: Cursor <cursoragent@cursor.com>
README.md
CHANGED
|
@@ -6,6 +6,8 @@ colorTo: purple
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
hf_oauth: true
|
|
|
|
|
|
|
| 9 |
thumbnail: >-
|
| 10 |
https://cdn-uploads.huggingface.co/production/uploads/671faa3a541a76b548647676/XWNDlOu0R4fHXR0kCW3Wd.png
|
| 11 |
short_description: All about Reachy Mini, from building to getting started
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: true
|
| 8 |
hf_oauth: true
|
| 9 |
+
hf_oauth_scopes:
|
| 10 |
+
- write-discussions
|
| 11 |
thumbnail: >-
|
| 12 |
https://cdn-uploads.huggingface.co/production/uploads/671faa3a541a76b548647676/XWNDlOu0R4fHXR0kCW3Wd.png
|
| 13 |
short_description: All about Reachy Mini, from building to getting started
|