Skip to content

Commit 0560de3

Browse files
Copilotam-steadelbrenn
authored
Clarify secret name casing behavior in GitHub Actions documentation (#56014)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: am-stead <[email protected]> Co-authored-by: elbrenn <[email protected]>
1 parent 1c47a2c commit 0560de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* Can only contain alphanumeric characters (`[a-z]`, `[A-Z]`, `[0-9]`) or underscores (`_`). Spaces are not allowed.
22
* Must not start with the `GITHUB_` prefix.
33
* Must not start with a number.
4-
* Are case insensitive.
4+
* Are case insensitive when referenced. {% data variables.product.github %} stores secret names as uppercase regardless of how they are entered.
55
* Must be unique to the repository, organization, or enterprise where they are created.

0 commit comments

Comments
 (0)