Skip to content

Merge pull request #164 from auths-dev/dev-keriStandardize #59

Merge pull request #164 from auths-dev/dev-keriStandardize

Merge pull request #164 from auths-dev/dev-keriStandardize #59

Workflow file for this run

name: Sign Commits
on:
push:
branches: [main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE*'
- '.gitignore'
permissions:
contents: write
jobs:
sign-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: auths-dev/sign@v1
with:
token: ${{ secrets.AUTHS_CI_TOKEN }}
commits: 'HEAD~1..HEAD'