docs: mention read:project scope [skip ci]

This commit is contained in:
lowlighter
2022-08-06 12:40:07 -04:00
parent 3d59fbd06c
commit cf21c67a39
2 changed files with 2 additions and 1 deletions

View File

@@ -59,7 +59,7 @@
Sign in with GitHub
</a>
<div class="oauth-scopes">
<label v-for="scope in ['read:org', 'read:user', 'read:packages']">
<label v-for="scope in ['read:org', 'read:user', 'read:packages', 'read:project']">
<input type="checkbox" :value="scope" v-model="scopes"> <code>{{ scope }}</code>
</label>
</div>