Skip to content

Commit 199e2e6

Browse files
Update VERIFY_ATTESTATIONS.md
Co-authored-by: Steve Hipwell <[email protected]>
1 parent d032e0a commit 199e2e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

VERIFY_ATTESTATIONS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ gh release download "v${version}" --repo integrations/terraform-provider-github
3333
To verify the artifact attestations for this project, you can run the following command:
3434

3535
```bash
36-
gh attestation verify --repo integrations/terraform-provider-github \
37-
terraform-provider-github_X.Y.Z_darwin_amd64.zip
36+
gh attestation verify --repo integrations/terraform-provider-github --source-ref "v${version}"\
37+
--signer-workflow integrations/terraform-provider-github/.github/workflows/release.yaml \
38+
"terraform-provider-github_X.Y.Z_darwin_amd64.zip"
3839
```
3940

4041
### Using optional flags

0 commit comments

Comments
 (0)