1
0
mirror of synced 2025-12-23 21:07:12 -05:00

(fix) Use the name your_username for consistency

Throughout the document, `your_username` is used to replace with one's username. This updates a `username` spot to match the `your_username`
This commit is contained in:
Cody B. Daig
2021-10-01 09:31:05 -05:00
committed by GitHub
parent eaa1a06304
commit 768cf709c0

View File

@@ -136,7 +136,7 @@ $ curl -i -u <em>your_username</em> {% data variables.product.api_url_pre %}/use
When prompted, you can enter your OAuth token, but we recommend you set up a variable for it:
You can use `-u "username:$token"` and set up a variable for `token` to avoid leaving your token in shell history, which should be avoided.
You can use `-u "your_username:$token"` and set up a variable for `token` to avoid leaving your token in shell history, which should be avoided.
```shell
$ curl -i -u <em>username:$token</em> {% data variables.product.api_url_pre %}/users/octocat