Composite GitHub Action to configure Git to sign commits with Bonita CI technical user. Intend for internal usage only.
Name | Description |
---|---|
keeper-secret-config |
The Keeper Secret Manager configuration |
Name | Description |
---|---|
fingerprint |
Fingerprint of the GPG key used to sign commits |
name |
Name associated with the GPG key used to sign commits |
email |
Email address associated with the GPG key used to sign commits |
jobs:
setup-git:
runs-on: ubuntu-latest
steps:
- name: Setup Git Settings
uses: bonitasoft/git-setup-action@TAGNAME
with:
keeper-secret-config: ${{ secrets.KSM_CONFIG }}