From b1b9ed464403b26d422f371559df3e821cdffd97 Mon Sep 17 00:00:00 2001 From: TAKANO Mitsuhiro Date: Thu, 17 Aug 2023 18:07:37 +0900 Subject: [PATCH] Update deploy-apidocs.yml Use `--trust-gpg-keys` option and remove `--global` option for `phive install` --- .github/workflows/deploy-apidocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-apidocs.yml b/.github/workflows/deploy-apidocs.yml index a2cdce1f2aa8..2d6bf272a87c 100644 --- a/.github/workflows/deploy-apidocs.yml +++ b/.github/workflows/deploy-apidocs.yml @@ -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