Skip to content

Commit

Permalink
CI and CD fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 16, 2024
1 parent c39937e commit c7d60fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ registries:
central:
type: "maven-repository"
url: "https://repo.maven.apache.org/maven2"
github-pcalouche-spring-forge:
type: "maven-repository"
url: "https://maven.pkg.github.com/pcalouche/spring-forge"
username: pcalouche
password: "${{ secrets.PCALOUCHE_READ_PACKAGE_TOKEN }}"
# github-pcalouche-spring-forge:
# type: "maven-repository"
# url: "https://maven.pkg.github.com/pcalouche/spring-forge"
# username: pcalouche
# password: "${{ secrets.PCALOUCHE_READ_PACKAGE_TOKEN }}"
updates:
- package-ecosystem: "maven"
directory: "/"
registries:
- central
- github-pcalouche-spring-forge
# - github-pcalouche-spring-forge
schedule:
interval: "monthly"
target-branch: "main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Run Maven
run: make mvn-verify-ci
run: make mvn-verify-cd
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Run Maven
run: make mvn-deploy-cd
run: make mvn-deploy-ci

0 comments on commit c7d60fd

Please sign in to comment.