File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 2
2
name : gpg
3
3
4
4
on :
5
- push :
6
- branches :
7
- - ' **'
8
- paths :
9
- - ' .github/workflows/gpg_signatures.yml'
10
- - ' lib/CPAN/Audit/DB.pm'
11
- - ' briandfoy-gpg-key-selfie.jpeg'
12
- - ' **.gpg'
13
- pull_request :
5
+ push :
6
+ branches :
7
+ - ' **'
8
+ paths :
9
+ - ' .github/workflows/gpg_signatures.yml'
10
+ - ' lib/CPAN/Audit/DB.pm'
11
+ - ' briandfoy-gpg-key-selfie.jpeg'
12
+ - ' **.gpg'
13
+ pull_request :
14
14
15
15
jobs :
16
- gpg :
17
- runs-on : ubuntu-20.04
18
- steps :
19
- - name : setup GPG
20
- run : |
21
- sudo apt-get update
22
- sudo apt-get -y install gnupg
23
- gpg --keyserver keys.openpgp.org --recv-keys 75AAB42CBA0D7F37F0D6886DF83F8D5E878B6041 867D53B08E433DF401A06EF49A9C0FE7F64876BF
24
- - uses : actions/checkout@v3
25
- - name : Check DB
26
- run : |
27
- gpg --verify lib/CPANSA/DB.pm.gpg lib/CPANSA/DB.pm
28
- gpg --verify cpan-security-advisory.json.gpg cpan-security-advisory.json
29
- - name : Check selfie
30
- run : |
31
- gpg --verify images/bdfoycpanorg-gpg-key-selfie.jpeg.gpg images/briandfoy-gpg-key-selfie.jpeg
32
- gpg --verify images/briandfoypoboxcom-gpg-key-selfie.jpeg.gpg images/briandfoy-gpg-key-selfie.jpeg
16
+ gpg :
17
+ runs-on : ubuntu-20.04
18
+ steps :
19
+ - name : setup GPG
20
+ run : |
21
+ sudo apt-get update
22
+ sudo apt-get -y install gnupg
23
+ gpg --keyserver keys.openpgp.org --recv-keys 75AAB42CBA0D7F37F0D6886DF83F8D5E878B6041 867D53B08E433DF401A06EF49A9C0FE7F64876BF
24
+ - uses : actions/checkout@v3
25
+ - name : Check DB
26
+ run : |
27
+ gpg --verify lib/CPANSA/DB.pm.gpg lib/CPANSA/DB.pm
28
+ gpg --verify cpan-security-advisory.json.gpg cpan-security-advisory.json
29
+ - name : Check selfie
30
+ run : |
31
+ gpg --verify images/bdfoycpanorg-gpg-key-selfie.jpeg.gpg images/briandfoy-gpg-key-selfie.jpeg
32
+ gpg --verify images/briandfoypoboxcom-gpg-key-selfie.jpeg.gpg images/briandfoy-gpg-key-selfie.jpeg
You can’t perform that action at this time.
0 commit comments