Skip to content

Commit a71fab7

Browse files
committed
add information about the github token configuration
1 parent 998956e commit a71fab7

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,20 @@ Es:
110110
# HELP github_workflow_usage Number of billable seconds used by a specific workflow during the current billing cycle. Any job re-runs are also included in the usage. Only apply to workflows in private repositories that use GitHub-hosted runners.
111111
# TYPE github_workflow_usage gauge
112112
github_workflow_usage_seconds{id="2862037",name="Create Release",node_id="MDg6V29ya2Zsb3cyODYyMDM3",repo="xxx/xxx",state="active",os="UBUNTU"} 706.609
113-
```
113+
```
114+
115+
116+
## Github Token configuration
117+
118+
Scopes needed configuration for the Github token
119+
120+
```
121+
repo
122+
- repo:status
123+
- repo_deployment
124+
- public_repo
125+
126+
admin:org
127+
- write:org
128+
- read:org
129+
```

0 commit comments

Comments
 (0)