diff --git a/pkg/cmd/secret/secret.go b/pkg/cmd/secret/secret.go index a02bc3d4d..0199c82bc 100644 --- a/pkg/cmd/secret/secret.go +++ b/pkg/cmd/secret/secret.go @@ -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)