Skip to content

Commit e0c258d

Browse files
committed
Use GitHub's attestation feature for verifying PHAR
1 parent f69e736 commit e0c258d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
with:
5656
name: pie-${{ github.sha }}.phar
5757

58+
- name: Verify the PHAR
59+
env:
60+
GH_TOKEN: ${{ github.token }}
61+
run: gh attestation verify pie.phar --repo ${{ github.repository }}
62+
5863
- name: Set up QEMU
5964
uses: docker/setup-qemu-action@v3
6065

0 commit comments

Comments
 (0)