Skip to content

Commit 1b214db

Browse files
authored
Merge pull request #2387 from github/aibaars/remove-set-secret
Remove setSecret call
2 parents f67c9cd + 826b78c commit 1b214db

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lib/start-proxy-action.js

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy-action.ts

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ async function runWrapper() {
9999

100100
let proxy_auth: BasicAuthCredentials | undefined = undefined;
101101
if (proxy_password) {
102-
core.setSecret(proxy_password);
103102
proxy_auth = {
104103
username: PROXY_USER,
105104
password: proxy_password,

0 commit comments

Comments
 (0)