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/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions#the-components-of-github-actions ### What part(s)...
### Why: Personally, I think this clarification will help users (like me) decide on what workflow event is best for them (pull_request or pull_request_target) ### What's being changed (if available,...
### 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/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors#check-your-spelling ### 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/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site ### What part(s)...
### Why: In order to not receive DNS errors, even if you want the `www` subdomain to redirect to the apex domain, you still need to create the `CNAME` DNS...
### Why: Following the current version of the documentation (without the `id-token: write` permission) I am getting the following error message in the `attest-build-provenance` step: `Failed to get ID token:...
### Why: The previous documentation stated that a `CNAME` file is automatically created for you when deploying from a branch, but didn't explicitly mention that you have to create a...
### 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/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site ### What part(s)...
### Why: The [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) requires `id-token: write` permissions. ### What's being changed (if available, include any code snippets, screenshots, or gifs): Just added the `id-token: write` to the permissions of...
### 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/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/webhooks/webhook-events-and-payloads#delivery-headers https://docs.github.com/en/webhooks/using-webhooks/best-practices-for-using-webhooks#use-the-x-github-delivery-header ### What...