dhis2/dhis2: setup commit signing (SSH)
Configure git to SSH-sign commits so automated commits satisfy "require signed commits" rules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh-signing-key | Private SSH signing key (e.g. from secrets.DHIS2_BOT_SSH_SIGNING_KEY). | yes | — |
| ssh-signing-key-passphrase | Passphrase for the private key. Leave empty for a passphraseless key. | no | "" |
| git-user-name | Name used for the commit author/committer. | no | dhis2-bot |
| git-user-email | Email used for the commit author/committer. Must match the account that holds the signing key for commits to show as Verified. | no | apps@dhis2.org |
| global | Apply the git configuration globally (true) or to the current repository only (false). | no | true |
Outputs
no outputs