Gitcrypt lock with YAML

YAML parameters for Gitcrypt lock

NameTypeDescription
action
Required
StringThe ID of the action.
type
Required
StringThe type of the action. Should be set to GIT_CRYPT_LOCK.
keys
Required
StringKey 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

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

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.