File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.0 / 2020-11-23
2+
3+ Add support to show metrics regarding the Actions billing.
4+
15## 0.1.0 / 2020-11-23
26
37Initial release.
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ make build
4545## Run the binary
4646
4747``` bash
48- ./github_actions_exporter --gh.github-webhook-token=MY_TOKEN
48+ ./github_actions_exporter --gh.github-webhook-token=" MY_TOKEN" --gh.github-api-token= " Accesstoken " --gh.github-org= " honk_org "
4949```
5050
5151## Docker
@@ -56,7 +56,7 @@ For example:
5656
5757``` bash
5858docker pull ghcr.io/cpanato/github_actions_exporter-linux-amd64:v0.1.0
59- docker run -d -p 9101:9101 ghcr.io/cpanato/github_actions_exporter-linux-amd64:v0.1 .0 --gh.github-webhook-token=" 1234567890token"
59+ docker run -d -p 9101:9101 ghcr.io/cpanato/github_actions_exporter-linux-amd64:v0.2 .0 --gh.github-webhook-token=" 1234567890token" --gh.github-api-token= " Accesstoken " --gh.github-org= " honk_org "
6060```
6161
6262## Testing
Original file line number Diff line number Diff line change 1- 0.1 .0
1+ 0.2 .0
You can’t perform that action at this time.
0 commit comments