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

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/start-proxy-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy-action.ts

Lines changed: 0 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy