Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 21:40
· 5 commits to main since this release
v1.0.1
7107afd

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