We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d6ebe6 + 0560de3 commit 1c507c9Copy full SHA for 1c507c9
1 file changed
data/reusables/actions/actions-secrets-and-variables-naming.md
@@ -1,5 +1,5 @@
1
* Can only contain alphanumeric characters (`[a-z]`, `[A-Z]`, `[0-9]`) or underscores (`_`). Spaces are not allowed.
2
* Must not start with the `GITHUB_` prefix.
3
* Must not start with a number.
4
-* Are case insensitive.
+* Are case insensitive when referenced. {% data variables.product.github %} stores secret names as uppercase regardless of how they are entered.
5
* Must be unique to the repository, organization, or enterprise where they are created.
0 commit comments