Skip to content

Commit 74a19d3

Browse files
committed
feat: add dynamic badge
1 parent 62df00f commit 74a19d3

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.auths/allowed_signers

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Auths allowed signers file
2-
# Format: <email> ssh-ed25519 <public-key>
3-
4-
alice@example.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIExampleKeyAliceReplaceMeWithRealKey000000000
5-
bob@example.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIExampleKeyBobReplaceMeWithARealKey00000000000
1+
# auths:managed — do not edit manually
2+
# Current identity (E6IXlw5-lnX88r3WZCt3u1qyN_Xlq7nQjtoTmuOfMIjI)
3+
z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINT/yz5N7+GkzsRTHiyaueZbDy+fovwYUXyJ9uwD67tk
4+
# Previous identity
5+
z6MkipUqayiDZWM8j4YktjiEFZcCGw51YDVvLM7SrYPqLLyZ@auths.local namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEDeaOmUEcUjzChUedAsPyDO4mnjIa8j92fD9rGpuZd0

.github/workflows/verify-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: auths-dev/auths-verify-github-action@v1
2020
with:
21-
allowed-signers-path: .auths/allowed_signers
21+
allowed-signers: .auths/allowed_signers
2222
fail-on-unsigned: true
2323
post-pr-comment: 'true'
2424
github-token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example demonstrates how to add a "Verified by Auths" badge and verificatio
44

55
## Verification Status
66

7-
[![Commits Verified by Auths](docs/badge.svg)](https://auths-dev.github.io/example-verify-badge/)
7+
[![Verify Commits](https://github.com/auths-dev/example-verify-badge/actions/workflows/verify-commits.yml/badge.svg)](https://github.com/auths-dev/example-verify-badge/actions/workflows/verify-commits.yml)
88

99
## Quick Start
1010

0 commit comments

Comments
 (0)