Skip to content

Commit 852b92d

Browse files
committed
docs: Update usage guide to remove example token
1 parent bb166e7 commit 852b92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This guide explains how to use the script in the `Dynamo14324/github-bot` reposi
4141
* **Recommended:** Remove the token from the URL in `index.js`:
4242
```javascript
4343
// Change this:
44-
const remote = `https://REMOVED_TOKEN@github.com/Dynamo14324/github-bot.git`;
44+
const remote = `https://<YOUR_GITHUB_PAT>@github.com/USERNAME/github-bot.git`;
4545
// To this (replace USERNAME with your GitHub username):
4646
const remote = `https://github.com/USERNAME/github-bot.git`;
4747
```

0 commit comments

Comments
 (0)