From b448be5045094b6f475fe65025fb2de3e32f54bc Mon Sep 17 00:00:00 2001 From: Phil-NHS Date: Wed, 27 Aug 2025 13:42:31 +0100 Subject: [PATCH] chore(dependabot): background spitfire --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f556535..38d527e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,9 @@ registries: url: https://nuget.pkg.github.com/TechnologyEnhancedLearning/index.json # not expected to work username: Phil-NHS - password: ${{ secrets.NUGETKEY }} + password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }} + + ## password: ${{ secrets.NUGETKEY }}# No access to the secret as expected ## username: kevwhitt-hee ## password: ${{ secrets.DEPENDABOT_GIT_PACKAGES_TOKEN }} ## username: "kevin.whittaker"