Skip to content

Commit

Permalink
fix dependabot auth
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 16, 2024
1 parent fa952c0 commit c39937e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ registries:
github-pcalouche-spring-forge:
type: "maven-repository"
url: "https://maven.pkg.github.com/pcalouche/spring-forge"
username: "${{ secrets.GITHUB_ACTOR }}"
password: "${{ secrets.GITHUB_TOKEN }}"
username: pcalouche
password: "${{ secrets.PCALOUCHE_READ_PACKAGE_TOKEN }}"
updates:
- package-ecosystem: "maven"
directory: "/"
Expand Down

0 comments on commit c39937e

Please sign in to comment.