Skip to content

Commit ccfea55

Browse files
author
Nathan Gillett
committed
fix(ci): provide integrity key for spec conformance
Pass the spec integrity public key to the conformance job so spec-integrity verification succeeds on SDK PR checks.
1 parent 0c26831 commit ccfea55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
INTENTPROOF_SDK_ID: python
115115
INTENTPROOF_REPLAY_VERIFY: "1"
116116
INTENTPROOF_CONFORMANCE_JSON: "1"
117+
INTENTPROOF_CERTIFICATE_SCHEMA_VERSION: "v2"
118+
INTENTPROOF_SPEC_INTEGRITY_PUBLIC_KEY_PEM: ${{ secrets.INTENTPROOF_SPEC_INTEGRITY_PUBLIC_KEY_PEM }}
117119
run: bash scripts/spec-conformance.sh
118120

119121
- name: Upload conformance report artifact

0 commit comments

Comments
 (0)