1GH-SECRET(1) GitHub CLI manual GH-SECRET(1)
2
3
4
6 gh-secret - Manage GitHub secrets
7
8
9
11 gh secret <command> [flags]
12
13
14
16 Secrets can be set at the repository, or organization level for use in
17 GitHub Actions or Dependabot. User secrets can be set for use in GitHub
18 Codespaces. Environment secrets can be set for use in GitHub Actions.
19 Run "gh help secret set" to learn how to get started.
20
21
22
24 gh-secret-delete(1)
25 Delete secrets
26
27
28 gh-secret-list(1)
29 List secrets
30
31
32 gh-secret-set(1)
33 Create or update secrets
34
35
36
38 -R, --repo <[HOST/]OWNER/REPO>
39 Select another repository using the [HOST/]OWNER/REPO format
40
41
42
44 gh(1)
45
46
47
48 Jun 2022 GH-SECRET(1)