File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments