Skip to content

Commit

Permalink
Merge pull request #768 from PHPCSStandards/feature/ghactions-verify-…
Browse files Browse the repository at this point in the history
…release-tweak

GH Actions/verify-release: show output for release attestations
  • Loading branch information
jrfnl authored Dec 14, 2024
2 parents 3d14d00 + 98a0c4e commit e8edff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
run: gh attestation verify ${{ steps.source.outputs.FILE }} -o PHPCSStandards
env:
GH_TOKEN: ${{ github.token }}
GH_FORCE_TTY: true

- name: Download public key
env:
Expand Down Expand Up @@ -183,6 +184,7 @@ jobs:
run: gh attestation verify ./tools/${{ matrix.pharfile }} -o PHPCSStandards
env:
GH_TOKEN: ${{ github.token }}
GH_FORCE_TTY: true

# Note: the `.` is in the command to make it work for both PHPCS as well PHPCBF.
- name: Verify the PHAR is nominally functional
Expand Down

0 comments on commit e8edff7

Please sign in to comment.