From 6fed6376af53df63f3da754ca6ce520a3f6e5fa2 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 2 Aug 2024 22:46:03 -0400 Subject: [PATCH] update dependabot token name --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42e9938..1bbeff3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: "/"