Closed as not planned
Closed as not planned
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/security-guides/encrypted-secrets
What part(s) of the article would you like to see updated?
It could be interesting to add a section to the Encrypted Secrets page (like the "Naming your secrets" section) informing what rules have to be followed, such as which special characters need to be escaped when used in a GitHub secret value (e.g: use \$
instead of $
).
Additional information
Question about this behavior on StackOverflow (There are others).