Skip to content

Commit

Permalink
feat: Add support for custom backend base URL.
Browse files Browse the repository at this point in the history
Upstream changes: jaebradley/wakatime-client#102

fix: matchai#87

Signed-off-by: Hilton Chain <[email protected]>
  • Loading branch information
rakino committed Nov 8, 2022
1 parent 5d96fdc commit fbc178b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15,268 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIST_ID: 968220c97e8da1d047a9a480fa432e54
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
WAKATIME_BASE_URL: https://wakatime.com/api/v1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
1. Edit the [environment variable](https://github.com/matchai/waka-box/blob/master/.github/workflows/schedule.yml#L13-L15) in `.github/workflows/schedule.yml`:

- **GIST_ID:** The ID portion from your gist url: `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.
- **WAKATIME_BASE_URL:** If you are using a WakaTime-compatible backend (e.g. Wakapi), change this to the corresponding base URL.

1. Go to the repo **Settings > Secrets**
1. Add the following environment variables:
Expand Down
Loading

0 comments on commit fbc178b

Please sign in to comment.