We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6862ffc commit f9cc43bCopy full SHA for f9cc43b
1 file changed
src/main.ts
@@ -39,6 +39,9 @@ export async function main(): Promise<void> {
39
} else {
40
registries.push(auth.registry);
41
}
42
+ if (auth.password) {
43
+ core.setSecret(auth.password);
44
+ }
45
46
stateHelper.setRegistries(registries.filter((value, index, self) => self.indexOf(value) === index));
47
0 commit comments