docs
docs copied to clipboard
The open-source repo for docs.github.com
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/learn-github-actions/contexts ### What part(s)...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven ### What part(s)...
I think this would deserve a hint on the implication that the secret is leaked to every step within the job, regardless if it's required for a certain step or...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry ### What part(s)...
### Why: Closes #17791 ### What's being changed: Everything mentioned by @github-actions in Content Changes table. In Dependabot article, removed one step which was not needed. 233604b - Updated the...
### Why: Closes #18969 ### What's being changed (if available, include any code snippets, screenshots, or gifs): This PR adds a following sentence and a code example: >Also, when you...
It is confusing as to why you would need a login token when accessing a public package. Shouldn't the pointer in the local .npmrc file be enough? I.e `@:registry=https://npm.pkg.github.com`. This...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/learn-github-actions/expressions ### What part(s)...
### Why: Closes #19541 The documentation on how to install NuGet packages from GitHub packages is missing an important point. If installing a NuGet package from a different repository, authentication...
### Why: I found a mistake in the docs about port mapping in the services section of the Actions documentation. This PR corrects it. ### What's being changed (if available,...