We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh secret
1 parent 2c180a6 commit 42c8ce9Copy full SHA for 42c8ce9
pkg/cmd/secret/secret.go
@@ -16,7 +16,10 @@ func NewCmdSecret(f *cmdutil.Factory) *cobra.Command {
16
Long: heredoc.Doc(`
17
Secrets can be set at the repository, environment, or organization level for use in
18
GitHub Actions. Run "gh help secret set" to learn how to get started.
19
-`),
+ `),
20
+ Annotations: map[string]string{
21
+ "IsActions": "true",
22
+ },
23
}
24
25
cmdutil.EnableRepoOverride(cmd, f)
0 commit comments