Remove setSecret call
This commit is contained in:
parent
f67c9cd326
commit
826b78c018
3 changed files with 1 additions and 3 deletions
|
|
@ -99,7 +99,6 @@ async function runWrapper() {
|
|||
|
||||
let proxy_auth: BasicAuthCredentials | undefined = undefined;
|
||||
if (proxy_password) {
|
||||
core.setSecret(proxy_password);
|
||||
proxy_auth = {
|
||||
username: PROXY_USER,
|
||||
password: proxy_password,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue