Skip to content

Commit

Permalink
Remove setSecret call
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars committed Jul 24, 2024
1 parent f67c9cd commit 826b78c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/start-proxy-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/start-proxy-action.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/start-proxy-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 826b78c

Please sign in to comment.