Skip to content

Commit

Permalink
prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Feb 21, 2021
1 parent 75009ef commit ca7cc51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0 / 2020-11-23

Add support to show metrics regarding the Actions billing.

## 0.1.0 / 2020-11-23

Initial release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ make build
## Run the binary

```bash
./github_actions_exporter --gh.github-webhook-token=MY_TOKEN
./github_actions_exporter --gh.github-webhook-token="MY_TOKEN" --gh.github-api-token="Accesstoken" --gh.github-org="honk_org"
```

## Docker
Expand All @@ -56,7 +56,7 @@ For example:

```bash
docker pull ghcr.io/cpanato/github_actions_exporter-linux-amd64:v0.1.0
docker run -d -p 9101:9101 ghcr.io/cpanato/github_actions_exporter-linux-amd64:v0.1.0 --gh.github-webhook-token="1234567890token"
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"
```

## Testing
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0

0 comments on commit ca7cc51

Please sign in to comment.