Skip to content

Commit 9ef6d29

Browse files
authored
Update deploy-apidocs.yml
Fix GPG key to trust in deploy api docs action
1 parent d580507 commit 9ef6d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)