File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments