Skip to content

Commit 7b42a03

Browse files
committed
Update for new GPG keys
The GPG key expires every year - as per the recommendation, so a new key has been generated and uploaded to the opengpg database.
1 parent 1b71b4d commit 7b42a03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/verify-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Download public key
117117
env:
118-
FINGERPRINT: "0x689DAD778FF08760E046228BA978220305CD5C32"
118+
FINGERPRINT: "0xD91D86963AF3A29B6520462297B02DD8E5071466"
119119
run: gpg --keyserver "hkps://keys.openpgp.org" --recv-keys "$FINGERPRINT"
120120

121121
- name: Verify signature of the PHAR file
@@ -200,7 +200,7 @@ jobs:
200200
tools: phive
201201

202202
- name: Install
203-
run: phive install ${{ matrix.pharfile }} --copy --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32
203+
run: phive install ${{ matrix.pharfile }} --copy --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466
204204

205205
- name: "DEBUG: List files"
206206
run: ls -R

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ You will then be able to run PHP_CodeSniffer from the vendor bin directory:
7878
### Phive
7979
If you use Phive, you can install PHP_CodeSniffer as a project tool using the following commands:
8080
```bash
81-
phive install --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 phpcs
82-
phive install --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 phpcbf
81+
phive install --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466 phpcs
82+
phive install --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466 phpcbf
8383
```
8484
You will then be able to run PHP_CodeSniffer from the `tools` directory:
8585
```bash

0 commit comments

Comments
 (0)