actions-secrets

command module
v0.0.0-...-b0679fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 12 Imported by: 0

README

GitHub Actions Secrets Batch Management Tool

If you want to add many secrets at once, you can use this tool. Also, if you want, delete them.

Token

You need to define TOKEN env-var with your GitHub token.

List all secrets

./actions-secrets -owner <your-namespace> -repo <your-repository> -list-all

List secrets defined in file

./actions-secrets -owner <your-namespace> -repo <your-repository> -list <env-file>

Apply secrets

./actions-secrets -owner <your-namespace> -repo <your-repository> -apply <env-file>

Delete secrets

./actions-secrets -owner <your-namespace> -repo <your-repository> -delete <env-file>

Other options

  • -override with -apply overrides env-var (otherwise we only check if it exists)
  • -verbose a little bit more informations

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL