Skip to content

Commit

Permalink
Merge pull request #30160 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Nov 23, 2023
2 parents daedd82 + a88b9ca commit 1947710
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 1947710

Please sign in to comment.