File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,12 @@ you can create within CircleCI.
24
24
These tokens are used to interact with the CircleCI API
25
25
and grant full read and write permissions.
26
26
2 . ** Project** :
27
- These tokens provide information about specific projects
28
- and only grant read permissions.
29
- Project tokens have three scope options: _ Status_ , _ Build Artifacts_ , and _ All_ .
27
+ These tokens allow you to read/write information for specific projects.
28
+ Project tokens have three scope options: _ Status_ , _ Read Only_ , and _ Admin_ .
30
29
- _ Status_ tokens grant read access to the project's build statuses.
31
30
Useful for [ embedding status badges] ({{ site.baseurl }}/2.0/status-badges/).
32
- - _ Build Artifacts _ tokens grant read access to the project's build artifacts .
33
- - _ All _ tokens grant read access for the project's build statuses and build artifacts .
31
+ - _ Read Only _ tokens grant read only access to the project's API .
32
+ - _ Admin _ tokens grant read and write access for the project's API .
34
33
35
34
** Note** :
36
35
API tokens cannot be modifed
You can’t perform that action at this time.
0 commit comments