Skip to content

Commit ced6be8

Browse files
authored
Merge pull request #7832 from takano32/Fix-GPG-key-to-trust-in-deploy-api-docs-action
[GitHub Actions] Fix GPG key to trust in deploy api docs action
2 parents d580507 + 9ef6d29 commit ced6be8

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: sudo phive --no-progress install --global --trust-gpg-keys 67F861C3D889C656 phpDocumentor
52+
run: sudo phive --no-progress install --global --trust-gpg-keys 8AC0BAA79732DD42 phpDocumentor
5353

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

0 commit comments

Comments
 (0)