aaxaxax commited on
Commit
33d06c9
·
1 Parent(s): 2b0986c

fix oauth scopes

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
9
  pinned: false
10
  hf_oauth: true
11
  hf_oauth_scopes:
12
- - openid
13
- - profile
14
  - email
 
 
15
  ---
 
9
  pinned: false
10
  hf_oauth: true
11
  hf_oauth_scopes:
 
 
12
  - email
13
+ - read-repos
14
+ - manage-repos
15
  ---