Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 14, 2023
1 parent f8474c7 commit f441d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ if (githubToken && githubServerURL) {
`x-access-token:${githubToken}`,
"utf8"
).toString("base64");
// core.setSecret(basicAuth);
core.setSecret(basicAuth);
await $({
stdio: "inherit",
})`git config --global http.${prefix}.extraheader ${`AUTHORIZATION: basic ${githubToken}`}`;
})`git config --global http.${prefix}.extraheader ${`AUTHORIZATION: basic ${basicAuth}`}`;
}

for (const safeDirectory of safeDirectories) {
Expand Down

0 comments on commit f441d26

Please sign in to comment.