Skip to content

Commit de7d34b

Browse files
committed
Merge branch 'release/v1.6.0'
2 parents 78dc876 + a71fab7 commit de7d34b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,19 @@ Example:
138138
# TYPE github_workflow_usage gauge
139139
github_workflow_usage_seconds{id="2862037",name="Create Release",node_id="MDg6V29ya2Zsb3cyODYyMDM3",repo="xxx/xxx",state="active",os="UBUNTU"} 706.609
140140
```
141+
142+
143+
## Github Token configuration
144+
145+
Scopes needed configuration for the Github token
146+
147+
```
148+
repo
149+
- repo:status
150+
- repo_deployment
151+
- public_repo
152+
153+
admin:org
154+
- write:org
155+
- read:org
156+
```

0 commit comments

Comments
 (0)