Skip to content

Commit 1b0aad9

Browse files
[TEST]: adding api-key to request (#12)
1 parent 52b8304 commit 1b0aad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/notify-backend.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ const options = {
2929
path: '/api/changelog',
3030
method: 'POST',
3131
headers: {
32-
'Content-Type': 'application/json'
32+
'Content-Type': 'application/json',
33+
'Authorization':'Bearer a6d20a8a-3eb2-42f7-9762-5c8a1ec0b464'
3334
}
3435
};
3536

0 commit comments

Comments
 (0)