Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 21:40
· 3 commits to main since this release
v1.0.1
6fcd4ea

Auths Sign GitHub Action

Sign build artifacts in CI using Auths identity keys.

Usage

- uses: auths-dev/sign@v1
  with:
    token: $\{{ secrets.AUTHS_CI_TOKEN }}
    files: 'dist/index.js'
    verify: true

See the README for full configuration options.

Full Changelog: v1.0.0...v1.0.1