Skip to content

Releases: auths-dev/sign

v1.0.1

06 Apr 21:40
v1.0.1
6fcd4ea

Choose a tag to compare

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

v1.0.0

05 Apr 07:20
v1.0.0
9f31cec

Choose a tag to compare

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.

What's Changed

  • refactor: replace old 3-secret ci-setup with single AUTHS_CI_TOKEN across workflows, docs, justfiles, and templates by @bordumb in #1
  • feat: add commit signing support by @bordumb in #2

New Contributors

Full Changelog: https://github.com/auths-dev/sign/commits/v1.0.0