Skip to content

Commit f05ace8

Browse files
Move Phive key to update
1 parent 0368cfe commit f05ace8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
run: composer install --prefer-dist --no-progress --no-suggest
5252

5353
- name: Update phive
54-
run: tools/phive self-update
54+
run: tools/phive self-update --trust-gpg-keys 9D8A98B29B2D5D79
5555

5656
- name: Install tooling
57-
run: GITHUB_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }} tools/phive --no-progress --home ./.phive install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,2DF45277AEF09A2F,51C67305FFC2E5C0,9D8A98B29B2D5D79
57+
run: GITHUB_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }} tools/phive --no-progress --home ./.phive install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,2DF45277AEF09A2F,51C67305FFC2E5C0
5858

5959
- name: Execute unit tests
6060
run: tools/phpunit --no-coverage --testsuite UnitTests

0 commit comments

Comments
 (0)