Skip to content

Commit 3060df6

Browse files
update token
1 parent c04f6fb commit 3060df6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ document.getElementById("bookForm").addEventListener("submit", async (e) => {
4242

4343
const data = { barcode, user, action };
4444

45-
await fetch("https://api.github.com/repos/USERNAME/REPO/issues", {
45+
await fetch("https://api.github.com/repos/USACE-RMC/RMCLakewoodLibrary/issues", {
4646
method: "POST",
4747
headers: {
48-
"Authorization": "token YOUR_GITHUB_TOKEN",
48+
"Authorization": "token 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",
4949
"Accept": "application/vnd.github.v3+json"
5050
},
5151
body: JSON.stringify({

0 commit comments

Comments
 (0)