Added the token.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 32s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 22:15:21 +01:00
parent e334dd5812
commit 6e3b6c6abb
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -51,6 +51,7 @@ async function getAndPostPullRequests() {
core.info(`URL for POST request: ${url}`);
core.info(`POST data being sent: ${JSON.stringify(postData, null, 2)}`);
core.info(`URL with token: ${url}?access_token=${token}`);
const postResponse = await fetch(`${url}?access_token=${token}`, {
method: "POST",
headers,