Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#accessing-secrets
What part(s) of the article would you like to see updated?
The phrase Workflows triggered using the pull_request event have read-only permissions and have no access to secrets is incorrect, as this is only the case for workflows triggered from a fork.
The phrase should be updated to clarify that this is not the case for pull requests from a branch within the repository.
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#accessing-secrets
What part(s) of the article would you like to see updated?
The phrase
Workflows triggered using the pull_request event have read-only permissions and have no access to secretsis incorrect, as this is only the case for workflows triggered from a fork.The phrase should be updated to clarify that this is not the case for pull requests from a branch within the repository.
Additional information
No response