From da85d9f523b9636a1a8515c8aa6a4d43f81b24b0 Mon Sep 17 00:00:00 2001 From: michalsn Date: Sat, 15 Feb 2025 12:03:25 +0100 Subject: [PATCH] chore: update gpg key for phpdocumentor workflow --- .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 fb96653275..ca77c6a08c 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 --no-progress install --trust-gpg-keys 8AC0BAA79732DD42 phpDocumentor + run: phive --no-progress install --trust-gpg-keys 6DA3ACC4991FFAE5 phpDocumentor - name: Prepare API repo working-directory: api