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, organization, and repository se‐
18 crets can be set for use in GitHub Codespaces. Environment secrets can
19 be set for use in GitHub Actions. Run "gh help secret set" to learn how
20 to get started.
21
22
23
25 gh-secret-delete(1)
26 Delete secrets
27
28
29 gh-secret-list(1)
30 List secrets
31
32
33 gh-secret-set(1)
34 Create or update secrets
35
36
37
39 -R, --repo <[HOST/]OWNER/REPO>
40 Select another repository using the [HOST/]OWNER/REPO format
41
42
43
45 gh(1)
46
47
48
49 Oct 2023 GH-SECRET(1)