Skip to content

Commit ab0b9db

Browse files
committed
chore: Update some docs & increment version
1 parent c3ff0cc commit ab0b9db

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/verify-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout the code
1010
uses: actions/checkout@v3
1111
- name: Run repasar on the latest SHA
12-
uses: rogeruiz/repasar@v1.0.0
12+
uses: rogeruiz/repasar@v1.1.0
1313
with:
1414
allowed-signers-file-path: ./.github/allowed_signers
1515
fail-on-unverified: true

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout the code
3030
uses: actions/checkout@v3
3131
- name: Run repasar on the latest SHA
32-
uses: rogeruiz/repasar@v1.0.0
32+
uses: rogeruiz/repasar@v1.1.0
3333
with:
3434
allowed-signers-file-path: ./.github/allowed_signers
3535
fail-on-unverified: true
@@ -45,13 +45,10 @@ keys in the following format per-line.
4545
<email>[,<email>...] <key type> <public key>
4646
```
4747

48-
These public keys are safe to check into your repository. To generate this file
49-
based on the public keys available on GitHub for committers to the repository,
50-
you can generate them using the `allowedSignersFile` project by @frankywahl.
51-
This file can also be maintained manually and checked in by each individual
52-
committer for your projects.
53-
54-
[=> frankywahl/allowedSignersFile project](https://github.com/frankywahl/allowedSignersFile)
48+
> [!IMPORTANT]
49+
> This file can be created manually by taking the public key file you have
50+
> locally and rearranging the comment email at the end to the beginning.
51+
> Remember to add only the emails you'd like to allow for verification purposes.
5552
5653
## Optional inputs
5754

0 commit comments

Comments
 (0)