Skip to content

Commit

Permalink
Adjust the GH workflow to pass validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson authored Oct 11, 2024
1 parent d1fbc07 commit 3b2b162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-build-test.yml@main
with:
java-version: "8"
use-secrets: true
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Expand All @@ -31,4 +30,4 @@ jobs:
uses: mekomsolutions/shared-github-workflow/.github/workflows/ocd3-notify.yml@main
secrets:
OCD3_USERNAME: ${{ secrets.OCD3_USERNAME }}
OCD3_PASSWORD: ${{ secrets.OCD3_PASSWORD }}
OCD3_PASSWORD: ${{ secrets.OCD3_PASSWORD }}

0 comments on commit 3b2b162

Please sign in to comment.