Gitcrypt lock with YAML

YAML parameters for Gitcrypt lock

NameTypeDescription
action RequiredStringThe ID of the action.
type RequiredStringThe type of the action. Should be set to GIT_CRYPT_LOCK.
keys RequiredStringKey names you want to use to lock your repository.
force_argStringSet to true if you want to lock even if there is uncommitted work in pipeline filesystem.

YAML example for Gitcrypt lock

yaml
actions: - action: "Gitcrypt lock" type: "GIT_CRYPT_LOCK" keys: - name: "default" - name: "key2" force_arg: true

Last modified on Sep 24, 2024