Skip to content

Commit d87124e

Browse files
committed
Add phpstan key to trust
1 parent 37748fd commit d87124e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install phive
3737
run: make install-phive
3838
- name: Install PHAR dependencies
39-
run: tools/phive.phar --no-progress install --copy --trust-gpg-keys 4AA394086372C20A,D2CCAC42F6295E7D,E82B2FB314E9906E --force-accept-unsigned
39+
run: tools/phive.phar --no-progress install --copy --trust-gpg-keys 4AA394086372C20A,D2CCAC42F6295E7D,E82B2FB314E9906E,8E730BA25823D8B5 --force-accept-unsigned
4040

4141
phpunit-with-coverage:
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)