Skip to content

Commit 323bdac

Browse files
committed
Merge branch 'release/v1.6.0' into develop
2 parents 180efd6 + a71fab7 commit 323bdac

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
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+
```

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github-actions-exporter/metrics"
2020
)
2121

22-
var version = "v1.5.2"
22+
var version = "v1.6.0"
2323

2424
// main init configuration
2525
func main() {

0 commit comments

Comments
 (0)