Remove setSecret call

This commit is contained in:
Arthur Baars 2024-07-24 18:10:27 +02:00
parent f67c9cd326
commit 826b78c018
3 changed files with 1 additions and 3 deletions

View file

@ -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,