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

thepwagner/action-gpgverify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPG Verify Action

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