We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c526669 commit 0f2b6fdCopy full SHA for 0f2b6fd
1 file changed
.github/workflows/verify-commits.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: auths-dev/verify@v1
20
with:
21
- allowed-signers: .auths/allowed_signers
+ commits: ${{ github.event.pull_request.head.sha || github.sha }}
22
fail-on-unsigned: true
23
post-pr-comment: 'true'
24
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments