Group gh secret as an Actions command
This commit is contained in:
parent
2c180a6338
commit
42c8ce91d0
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue