Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secret management for GitHub Actions #959

Open
matkoch opened this issue Jun 27, 2022 · 1 comment
Open

Secret management for GitHub Actions #959

matkoch opened this issue Jun 27, 2022 · 1 comment

Comments

@matkoch
Copy link
Member

matkoch commented Jun 27, 2022

Description

Given GitHub CLI is present and the user is authenticated. The nuke :secrets command could set the secret variable directly in GitHub.

  • Check if user is authenticated
    gh auth status
    
  • Set secret value
    gh secret set <secret-name> --org <organization> --repos <repo-name>
    
  • List existing secret names
    gh secret list --org <organization> --repo <repo-name>
    

Usage Example

See https://nuke.build/docs/global-tool/secrets/

Alternative

No response

@sukkergris
Copy link

Ok, I would like to tagle this one.
But I got questions :D
Where should I ask them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants