Group gh secret as an Actions command

This commit is contained in:
Mislav Marohnić 2021-11-03 15:51:19 +01:00
parent 2c180a6338
commit 42c8ce91d0

View file

@ -16,7 +16,10 @@ func NewCmdSecret(f *cmdutil.Factory) *cobra.Command {
Long: heredoc.Doc(`
Secrets can be set at the repository, environment, or organization level for use in
GitHub Actions. Run "gh help secret set" to learn how to get started.
`),
`),
Annotations: map[string]string{
"IsActions": "true",
},
}
cmdutil.EnableRepoOverride(cmd, f)