Skip to content

Commit

Permalink
Fix bad API endpoint in README
Browse files Browse the repository at this point in the history
Thanks to @parnic-sks in #11 for pointing it out.
  • Loading branch information
jorgenpt committed Apr 11, 2024
1 parent 917ed2d commit 185792b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ certificate from Let's Encrypt.
### Submitting badges

If you want more control over submitting badges from CI, you can make a `POST`
request to `/builds`. You need to use HTTP Basic Auth with the `RUGS_CI_AUTH`
request to `/api/build`. You need to use HTTP Basic Auth with the `RUGS_CI_AUTH`
(if any), and provide a JSON body like:

```json
Expand Down

0 comments on commit 185792b

Please sign in to comment.