mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-06 23:39:37 +00:00
removed unecessary set secret -- it's an environment variable not a literal
This commit is contained in:
@ -40,10 +40,6 @@ async function run() {
|
||||
core.setSecret(gpgPrivateKey);
|
||||
}
|
||||
|
||||
if (gpgPassphrase) {
|
||||
core.setSecret(gpgPassphrase);
|
||||
}
|
||||
|
||||
await auth.configAuthentication(id, username, password, gpgPassphrase);
|
||||
|
||||
if (gpgPrivateKey) {
|
||||
|
Reference in New Issue
Block a user