Releases: auths-dev/sign
Releases · auths-dev/sign
v1.0.1
v1.0.0
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: trueSee 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