Skip to content

Commit

Permalink
Remove org-name from npm.pkg.github.com url (#46571)
Browse files Browse the repository at this point in the history
Co-authored-by: mc <[email protected]>
  • Loading branch information
deivid-rodriguez and mchammer01 authored Nov 23, 2023
1 parent 247b37d commit a88b9ca
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The snippet of a `dependabot.yml` file below uses a token. {% data reusables.dep
registries:
npm-github:
type: npm-registry
url: https://npm.pkg.github.com/<org-name>
url: https://npm.pkg.github.com
token: ${{secrets.MY_GITHUB_PERSONAL_TOKEN}}
```

Expand All @@ -234,7 +234,7 @@ Example of the content of a `.npmrc` file:
{% raw %}

```text
registry=https://<private-registry-url>/<org-name>
registry=https://<private-registry-url>
```

{% endraw %}
Expand Down Expand Up @@ -266,7 +266,7 @@ This would result in a '.npmrc' with the registry:
{% raw %}

```text
@<org-name>:registry=https://<private-registry-url>/<org-name>
@<org-name>:registry=https://<private-registry-url>
```

{% endraw %}
Expand Down Expand Up @@ -409,7 +409,7 @@ The Yarn registry uses a configuration similar to that of the npm registry. For
registries:
yarn-github:
type: npm-registry
url: https://npm.pkg.github.com/<org-name>
url: https://npm.pkg.github.com
token: ${{secrets.MY_GITHUB_PERSONAL_TOKEN}}
```

Expand Down Expand Up @@ -583,7 +583,7 @@ For information about {% data variables.product.prodname_registry %} registries,
registries:
github:
type: npm-registry
url: https://npm.pkg.github.com/<org-name>
url: https://npm.pkg.github.com
token: ${{ secrets.<token> }}
```

Expand Down

0 comments on commit a88b9ca

Please sign in to comment.