Skip to content

Commit

Permalink
Merge pull request #2387 from github/aibaars/remove-set-secret
Browse files Browse the repository at this point in the history
Remove setSecret call
  • Loading branch information
aibaars committed Jul 24, 2024
2 parents f67c9cd + 826b78c commit 1b214db
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 1b214db

Please sign in to comment.