Documentation ¶
Index ¶
- Variables
- func CreateOrUpdateSecret(ctx context.Context, ownerID, repoID int64, name, data string) (*secret_model.Secret, bool, error)
- func DeleteSecretByID(ctx context.Context, ownerID, repoID, secretID int64) error
- func DeleteSecretByName(ctx context.Context, ownerID, repoID int64, name string) error
- func ValidateName(name string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidName = util.NewInvalidArgumentErrorf("invalid secret name")
)
https://docs.github.com/en/actions/security-guides/encrypted-secrets#naming-your-secrets
Functions ¶
func CreateOrUpdateSecret ¶
func DeleteSecretByID ¶
func DeleteSecretByName ¶
func ValidateName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.