Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 227 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 227 Bytes

GPG Verify Action

action "gpgverify" {
  uses = "docker://pwagner/action-gpgverify:latest"
  args = [
    "0x4AEE18F83AFDEB23", # GitHub web, e.g. the "Merge" button
    "0x0671E992E8A67A79"  # your key(s)
  ]
}