Skip to content

Commit

Permalink
chore: fix private registry login for @dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Aug 19, 2022
1 parent ae7f0db commit 378917c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: /
Expand Down

0 comments on commit 378917c

Please sign in to comment.