-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

gh secret set


> Create or update GitHub secrets from the command line.

More information.


Set a secret for the current repository (user will be prompted for the value):

gh secret set {name}

Set a secret from a file for the current repository:

gh secret set {name} < {path/to/file}

Set a secret for a specific repository:

gh secret set {name} --body {value} --repo {owner}/{repository}

Set an organization secret for specific repositories:

gh secret set {name} --org {organization} --repos "{repository1,repository2,...}"

Set an organization secret with a specific visibility:

gh secret set {name} --org {organization} --visibility {all|private|selected}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 04:04:56 2024