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

@@ -28,6 +28,7 @@ A a general rule, the following scopes may be required:
- `repo` for all private repositories related metrics
- `read:user` for some private repositories related metrics
- `read:packages` for some packages related metrics
- `read:project` for some projects related metrics
- `gist` for publishing renders to gists instead of a repository
> 💡 For security reasons, it is advised to always use the least amount of scopes. It is possible to prevent security issues by [forking this repository](https://github.com/lowlighter/metrics/fork) and using it in your workflow instead (more information available in step 3)

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>