Skip to content

Commit 12833be

Browse files
authored
Merge pull request #19215 from github/repo-sync
repo sync
2 parents e31ed46 + 786e5e0 commit 12833be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can authenticate to {% data variables.product.prodname_registry %} with Apac
3131

3232
In the `servers` tag, add a child `server` tag with an `id`, replacing *USERNAME* with your {% data variables.product.prodname_dotcom %} username, and *TOKEN* with your personal access token.
3333

34-
In the `repositories` tag, configure a repository by mapping the `id` of the repository to the `id` you added in the `server` tag containing your credentials. Replace {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}*HOSTNAME* with the host name of {% data variables.product.product_location %}, {% endif %}, and *OWNER* with the name of the user or organization account that owns the repository. Because uppercase letters aren't supported, you must use lowercase letters for the repository owner even if the {% data variables.product.prodname_dotcom %} user or organization name contains uppercase letters.
34+
In the `repositories` tag, configure a repository by mapping the `id` of the repository to the `id` you added in the `server` tag containing your credentials. Replace {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}*HOSTNAME* with the host name of {% data variables.product.product_location %}, and{% endif %} *OWNER* with the name of the user or organization account that owns the repository. Because uppercase letters aren't supported, you must use lowercase letters for the repository owner even if the {% data variables.product.prodname_dotcom %} user or organization name contains uppercase letters.
3535

3636
If you want to interact with multiple repositories, you can add each repository to separate `repository` children in the `repositories` tag, mapping the `id` of each to the credentials in the `servers` tag.
3737

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"js-yaml": "^3.14.0",
6767
"linkinator": "^2.13.6",
6868
"liquidjs": "^9.22.1",
69-
"lodash": "^4.17.20",
69+
"lodash": "^4.17.21",
7070
"lunr": "^2.3.9",
7171
"lunr-languages": "^1.4.0",
7272
"mdast-util-from-markdown": "^0.8.4",

0 commit comments

Comments
 (0)