File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class Utils {
5555 username : process . env . JF_USER ,
5656 password : process . env . JF_PASSWORD ,
5757 oidcProviderName : core . getInput ( Utils . OIDC_INTEGRATION_PROVIDER_NAME ) ,
58- oidcAudience : core . getInput ( Utils . OIDC_AUDIENCE_ARG ) || '' ,
58+ oidcAudience : core . getInput ( Utils . OIDC_AUDIENCE_ARG ) || 'bad-default ' ,
5959 oidcTokenId : '' ,
6060 } ;
6161 if ( jfrogCredentials . password && ! jfrogCredentials . username ) {
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export class Utils {
6565 username : process . env . JF_USER ,
6666 password : process . env . JF_PASSWORD ,
6767 oidcProviderName : core . getInput ( Utils . OIDC_INTEGRATION_PROVIDER_NAME ) ,
68- oidcAudience : core . getInput ( Utils . OIDC_AUDIENCE_ARG ) || '' ,
68+ oidcAudience : core . getInput ( Utils . OIDC_AUDIENCE_ARG ) || 'bad-default ' ,
6969 oidcTokenId : '' ,
7070 } as JfrogCredentials ;
7171
You can’t perform that action at this time.
0 commit comments