Skip to content

Commit

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

0 comments on commit 409c16c

Please sign in to comment.