Skip to content

Commit

Permalink
chore: fix npm-github registry in dependabot.yml (#1587)
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaGillilan authored Jan 23, 2024
1 parent ef3346a commit 56939c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ registries:
type: npm-registry
url: https://registry.npmjs.org
token: '${{secrets.NPM_REGISTRY_REGISTRY_NPMJS_ORG_TOKEN}}'
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.NPM_REGISTRY_REGISTRY_GH_ORG_TOKEN}}
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.NPM_REGISTRY_REGISTRY_GH_ORG_TOKEN}}

updates:
- package-ecosystem: npm
Expand Down

0 comments on commit 56939c0

Please sign in to comment.