v1.0.1
Auths Verify GitHub Action
Verify commit signatures and artifact attestations in your CI pipeline using Auths identity keys.
Usage
- uses: auths-dev/verify@v1
with:
token: '.auths/allowed_signers'New: Artifact verification
- uses: auths-dev/verify@v1
with:
token: $\{{ secrets.AUTHS_CI_TOKEN }}
files: 'dist/*.tar.gz'See the README for full configuration options.
Full Changelog: v1.0.0...v1.0.1