Skip to content

Commit ca7cc51

Browse files
committed
prepare release 0.2.0
1 parent 75009ef commit ca7cc51

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

37
Initial release.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5858
docker 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0

0 commit comments

Comments
 (0)