monperrus/gha-dkim

Github Action for continuous deployment with dkim authentication

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 24, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: monperrus/gha-dkim@ca0f2ececa22c62d7ee622884d9f4ea95fe07786 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
serverThe target serveryes
file_to_deployThe artefact to deploy (single file, deprecated - use files_to_deploy instead)no
files_to_deployThe artefacts to deploy (space-separated list of files)no
signing_addressThe signing address eg foo@example.com (requires foo._domain.example.com to contain the dkim public key)yes
pem_private_key_pathPath to the PEM private key file for DKIM signingno
pem_private_keyThe PEM private key for DKIM signing (if not using a file)no

no outputs