mirror of
https://github.com/Myzel394/contact-me.git
synced 2025-06-18 15:45:25 +02:00
feat: Add ci-cd gpg check
This commit is contained in:
parent
1d2563a154
commit
3491dfed79
19
.github/workflows/check-gpg.yaml
vendored
Normal file
19
.github/workflows/check-gpg.yaml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Verify GPG signature
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install gpg
|
||||
run: sudo apt-get install gnupg
|
||||
|
||||
- name: Import key
|
||||
run: gpg --import key.pub
|
||||
|
||||
- name: Check signature
|
||||
run: gpg --verify README.md
|
Loading…
x
Reference in New Issue
Block a user