Skip to content

Commit

Permalink
Merge branch 'release/v1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
moutonjeremy committed Mar 11, 2021
2 parents 78dc876 + a71fab7 commit de7d34b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,19 @@ Example:
# TYPE github_workflow_usage gauge
github_workflow_usage_seconds{id="2862037",name="Create Release",node_id="MDg6V29ya2Zsb3cyODYyMDM3",repo="xxx/xxx",state="active",os="UBUNTU"} 706.609
```


## Github Token configuration

Scopes needed configuration for the Github token

```
repo
- repo:status
- repo_deployment
- public_repo
admin:org
- write:org
- read:org
```

0 comments on commit de7d34b

Please sign in to comment.