Releases: ark-forge/trust-proof-action
Releases · ark-forge/trust-proof-action
v1.1.0 — Network resilience + CI tips
Changes
- Retry logic: 3 automatic retries with 30s timeout on network failures/5xx errors. 4xx client errors fail immediately (no retry on auth errors).
- CI quota tip: README now documents how to stay within free tier limits using
on: releaseor tag filters. - Tags-only example: New workflow example showing how to run proofs only on tagged commits.
Upgrade
No breaking changes. @v1 is automatically updated.
v1.0.0 — Initial Release
ArkForge Trust Proof Action v1.0.0
Generate cryptographic timestamp proofs for your CI/CD pipeline.
Features
- File or hash input — prove any artifact or commit
- Ed25519 signature — every proof signed by ArkForge's key
- RFC 3161 timestamp — independent timestamp authority
- Archive.org witness — third-party archival
- GitHub Step Summary — proof table rendered in workflow summary
- Badge output — markdown badge linking to public proof
- Free tier — 100 proofs/month, no credit card
Quick start
- uses: ark-forge/trust-proof-action@v1
with:
file: dist/my-package.tar.gz
api-key: ${{ secrets.ARKFORGE_API_KEY }}Get a free API key:
curl -X POST https://arkforge.fr/trust/v1/keys/free-signup \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'