mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-14 03:12:20 +00:00
2 lines
97 B
TypeScript
2 lines
97 B
TypeScript
export declare const writeAttestation: (attestation: unknown, token: string) => Promise<string>;
|