Skip to content

Commit

Permalink
see secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 14, 2023
1 parent 904d5b7 commit f8474c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ 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}`}`;
Expand Down

0 comments on commit f8474c7

Please sign in to comment.