Skip to content

Commit c20c43a

Browse files
authored
Merge pull request #7834 from takano32/fix-phive-gpg-trust-keys-option
[GitHub Actions] Use `--trust-gpg-keys` option and remove `--global` option for phpDocumentor installation
2 parents d8190bb + b1b9ed4 commit c20c43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Download latest phpDocumentor
5151
working-directory: source
52-
run: phive install --force-accept-unsigned phpDocumentor
52+
run: phive --no-progress install --trust-gpg-keys 8AC0BAA79732DD42 phpDocumentor
5353

5454
- name: Prepare API repo
5555
working-directory: api

0 commit comments

Comments
 (0)