Private registries are removed

main
Aaron Jensen 2021-08-10 10:48:25 -04:00
parent fff9abd4a4
commit a9ae51bd1d
No known key found for this signature in database
GPG Key ID: C7481C94F4CA86A7
1 changed files with 0 additions and 12 deletions

View File

@ -1,13 +1,4 @@
version: 2
registries:
npm-registry-registry-npmjs-org:
type: npm-registry
url: https://registry.npmjs.org
token: "${{secrets.NPM_REGISTRY_REGISTRY_NPMJS_ORG_TOKEN}}"
npm-registry-npm-pkg-github-com:
type: npm-registry
url: https://npm.pkg.github.com
token: "${{secrets.NPM_REGISTRY_NPM_PKG_GITHUB_COM_TOKEN}}"
updates:
- package-ecosystem: npm
@ -48,6 +39,3 @@ updates:
- dependency-name: eslint
versions:
- 7.24.0
registries:
- npm-registry-registry-npmjs-org
- npm-registry-npm-pkg-github-com