Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
update ssdk to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
afsinka-backbase committed Apr 3, 2024
1 parent 0f09d80 commit 329c685
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
verify:
name: Maven Verify
uses: backbase/workflows/.github/workflows/maven-verify.yml@main
with:
java-version: "21"
secrets:
maven-username: ${{ secrets.REPO_USERNAME }}
maven-password: ${{ secrets.REPO_PASSWORD }}
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
uses: backbase/workflows/.github/workflows/maven-docker-release.yml@main
with:
version: ${GITHUB_REF##*v}
java-version: "21"
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
maven-username: ${{ secrets.MAVEN_USERNAME }}
Expand Down

0 comments on commit 329c685

Please sign in to comment.