Skip to content

Commit

Permalink
Update build-maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsinghc11 authored Sep 18, 2024
1 parent a3daaf6 commit e44773c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
JF_URL: https://${{ vars.JF_URL }}/
JF_PROJECT: mgm-project
with:
oidc-provider-name: mgm-demo
oidc-audience: mgm-demo-aud
oidc-provider-name: oidc-project-config
oidc-audience: oidc-project-aud
#oidc-provider-name: mgm-demo
#oidc-audience: mgm-demo-aud

- name: Configure Maven
- name: Validate Connection
run: |
jf rt ping
echo "Sucessfully Authenticated."
Expand Down

0 comments on commit e44773c

Please sign in to comment.