Gitcrypt unlock with YAML

YAML parameters for Gitcrypt unlock

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_UNLOCK.
keys Required String Key names you want to use to unlock your repository.

YAML example for Gitcrypt unlock

yaml
actions: - action: "Gitcrypt unlock" type: "GIT_CRYPT_UNLOCK" keys: - name: "default" content: "secure!e5ToPs3ggT/W0sdRwV3Jn7qvJzS4Fl4D7I/BHY23P57EH04XExkZoYPjIC6/ETXnT86BbAOjwHFhuHtg3caXASCuAeD3cdSaQ8oJhBGii7MVXU9ErExHS9un0uJUHvLQo3JD6+sHf6QBYCJ3QFY/oNG+qLI3ClE4JOqtFrD3cSmiQRmTMtCSMm/Fs62w0AuFHiYB5sc/M9S5tv7hSag2enWI3IUXM/4i/WSHsi3l3OroV/AfCXHQ/P7rdhGFRJ+EVg/cxpq3PArKl8WA0TBnww=="

Last modified on Mar 4, 2025