Skip to content

Commit

Permalink
Add key to trust list
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Nov 26, 2024
1 parent 3fee9c1 commit 10752c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: chmod +x ./phive.phar

- name: Install tooling
run: ./phive.phar --no-progress --home ./.phive install --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720 --force-accept-unsigned
run: ./phive.phar --no-progress --home ./.phive install --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,A978220305CD5C32 --force-accept-unsigned

- name: Execute unit tests
run: tools/phpunit
Expand Down

0 comments on commit 10752c8

Please sign in to comment.