Skip to content

Commit

Permalink
Accept box gpg key (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrekelmans authored Sep 7, 2023
1 parent acf0efa commit f4ada9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: |
${{ runner.os }}-composer-
- run: composer install --no-interaction --no-dev --optimize-autoloader
- run: phive install --force-accept-unsigned
- run: phive --no-progress install --force-accept-unsigned --trust-gpg-keys 2DF45277AEF09A2F
- run: .phive/tools/box compile
- name: Smoke test PHAR
run: .dist/bdi.phar
Expand Down

0 comments on commit f4ada9b

Please sign in to comment.