Skip to content

Commit

Permalink
PF-1414 - Migrate to new github-workflows repo (INTERNAL-COMMIT) (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestrand authored Jan 7, 2025
1 parent 4fc4f9f commit a01f6b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/call-maventests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ on:

jobs:
call-workflow-maven-build:
uses: felleslosninger/eid-github-workflows/.github/workflows/maven-build-lib.yml@main
uses: felleslosninger/github-workflows/.github/workflows/ci-maven-build-lib.yml@main
with:
java-version: 17
secrets:
maven-user: ${{ secrets.MAVEN_USER }}
maven-password: ${{ secrets.MAVEN_PASSWORD }}
secrets: inherit
12 changes: 5 additions & 7 deletions .github/workflows/call-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ on:
types: [created]

jobs:
call-workflow-release:
uses: felleslosninger/eid-github-workflows/.github/workflows/maven-release-lib.yml@main
call-workflow-maven-deploy:
uses: felleslosninger/github-workflows/.github/workflows/ci-maven-deploy.yml@main
with:
java-version: 17
secrets:
packages-user: ${{ secrets.CREATE_PACKAGES_USER }}
packages-token: ${{ secrets.CREATE_PACKAGES_TOKEN }}
maven-user: ${{ secrets.MAVEN_USER }}
maven-password: ${{ secrets.MAVEN_PASSWORD }}
package-version: ${{ github.event.release.tag_name }}
deployment-repository: ${{ github.repository }}
secrets: inherit

0 comments on commit a01f6b0

Please sign in to comment.