monperrus/gha-dkim
Github Action for continuous deployment with dkim authentication
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 24, 2026
- License
- None
Pinned Snippet
uses: monperrus/gha-dkim@ca0f2ececa22c62d7ee622884d9f4ea95fe07786 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| server | The target server | yes | — |
| file_to_deploy | The artefact to deploy (single file, deprecated - use files_to_deploy instead) | no | — |
| files_to_deploy | The artefacts to deploy (space-separated list of files) | no | — |
| signing_address | The signing address eg foo@example.com (requires foo._domain.example.com to contain the dkim public key) | yes | — |
| pem_private_key_path | Path to the PEM private key file for DKIM signing | no | — |
| pem_private_key | The PEM private key for DKIM signing (if not using a file) | no | — |
Outputs
no outputs