Gitcrypt lock with YAML

YAML parameters for Gitcrypt lock

Name Type Description
action Required String The ID of the action.
type Required String The type of the action. Should be set to GIT_CRYPT_LOCK.
keys Required String Key names you want to use to lock your repository.
force_arg String Set 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 Mar 4, 2025