File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
116
116
- name : Download public key
117
117
env :
118
- FINGERPRINT : " 0x689DAD778FF08760E046228BA978220305CD5C32 "
118
+ FINGERPRINT : " 0xD91D86963AF3A29B6520462297B02DD8E5071466 "
119
119
run : gpg --keyserver "hkps://keys.openpgp.org" --recv-keys "$FINGERPRINT"
120
120
121
121
- name : Verify signature of the PHAR file
@@ -200,7 +200,7 @@ jobs:
200
200
tools : phive
201
201
202
202
- name : Install
203
- run : phive install ${{ matrix.pharfile }} --copy --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32
203
+ run : phive install ${{ matrix.pharfile }} --copy --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466
204
204
205
205
- name : " DEBUG: List files"
206
206
run : ls -R
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ You will then be able to run PHP_CodeSniffer from the vendor bin directory:
78
78
### Phive
79
79
If you use Phive, you can install PHP_CodeSniffer as a project tool using the following commands:
80
80
``` 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
83
83
```
84
84
You will then be able to run PHP_CodeSniffer from the ` tools ` directory:
85
85
``` bash
You can’t perform that action at this time.
0 commit comments