Skip to content

Commit 42c8ce9

Browse files
committed
Group gh secret as an Actions command
1 parent 2c180a6 commit 42c8ce9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/cmd/secret/secret.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ func NewCmdSecret(f *cmdutil.Factory) *cobra.Command {
1616
Long: heredoc.Doc(`
1717
Secrets can be set at the repository, environment, or organization level for use in
1818
GitHub Actions. Run "gh help secret set" to learn how to get started.
19-
`),
19+
`),
20+
Annotations: map[string]string{
21+
"IsActions": "true",
22+
},
2023
}
2124

2225
cmdutil.EnableRepoOverride(cmd, f)

0 commit comments

Comments
 (0)