Skip to content

Commit

Permalink
Merge pull request #7834 from takano32/fix-phive-gpg-trust-keys-option
Browse files Browse the repository at this point in the history
[GitHub Actions] Use `--trust-gpg-keys` option and remove `--global` option for phpDocumentor installation
  • Loading branch information
kenjis committed Aug 17, 2023
2 parents d8190bb + b1b9ed4 commit c20c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

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

- name: Prepare API repo
working-directory: api
Expand Down

0 comments on commit c20c43a

Please sign in to comment.