Skip to content

Commit a9a0633

Browse files
authored
add gpg key
1 parent 697b8d2 commit a9a0633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
home: ${{ runner.temp }}/.phive
7373
binPath: ${{ github.workspace }}/tools/phive
7474

75-
# TODO: add phpDocumentator's GPG key here as a --trust-gpg-keys
75+
# TODO: confirm this is the correct GPG key
7676
# Blocker: https://github.com/phpDocumentor/phpDocumentor/issues/3694
77-
# Maybe: specify a stable major branch of phpDocumentor to install rather than always getting latest release
77+
# TODO Maybe: specify a stable major branch of phpDocumentor to install rather than always getting latest release
7878
- name: Install phpDocumentor
79-
run: ${{ github.workspace }}/tools/phive install phpDocumentor
79+
run: ${{ github.workspace }}/tools/phive install phpDocumentor --trust-gpg-keys 8AC0BAA79732DD42
8080

8181
- name: Cache phpDocumentor build files
8282
id: phpdocumentor-cache

0 commit comments

Comments
 (0)