From 378917c9bb7f226ce1dd24259c7b2b1f5c30bd45 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Fri, 19 Aug 2022 01:35:54 -0400 Subject: [PATCH] chore: fix private registry login for @dependabot Signed-off-by: Lexus Drumgold --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e50f6ff4..a7fe766c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,8 @@ registries: gpr: type: npm-registry url: https://npm.pkg.github.com - username: ${{ github.repository_owner }} - password: ${{ secrets.PAT_GPR_ADMIN }} + username: flexdevelopment + password: ${{ secrets.PAT_ADMIN }} updates: - package-ecosystem: github-actions directory: /