We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d032e0a commit 199e2e6Copy full SHA for 199e2e6
1 file changed
VERIFY_ATTESTATIONS.md
@@ -33,8 +33,9 @@ gh release download "v${version}" --repo integrations/terraform-provider-github
33
To verify the artifact attestations for this project, you can run the following command:
34
35
```bash
36
-gh attestation verify --repo integrations/terraform-provider-github \
37
- terraform-provider-github_X.Y.Z_darwin_amd64.zip
+gh attestation verify --repo integrations/terraform-provider-github --source-ref "v${version}"\
+ --signer-workflow integrations/terraform-provider-github/.github/workflows/release.yaml \
38
+ "terraform-provider-github_X.Y.Z_darwin_amd64.zip"
39
```
40
41
### Using optional flags
0 commit comments