Skip to content

Commit

Permalink
update dependabot token name
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 3, 2024
1 parent 409c16c commit 6fed637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ registries:
type: "maven-repository"
url: "https://maven.pkg.github.com/pcalouche/spring-forge"
username: pcalouche
password: "${{ secrets.GITHUB_TOKEN }}"
password: "${{ secrets.PCALOUCHE_READ_PACKAGE_TOKEN }}"
updates:
- package-ecosystem: "maven"
directory: "/"
Expand Down

0 comments on commit 6fed637

Please sign in to comment.