From f2651ed558920ed85c60c32339d717d6ab37a20a Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 14 Oct 2024 15:57:56 +0200 Subject: [PATCH] chore(ci): enforce commit signature for PRs - uses 1Password actions --- .github/workflows/check_commit.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check_commit.yml b/.github/workflows/check_commit.yml index c381ce8c7c..d871c7320b 100644 --- a/.github/workflows/check_commit.yml +++ b/.github/workflows/check_commit.yml @@ -28,3 +28,6 @@ jobs: excludeTitle: "true" # optional: this excludes the title of a pull request checkAllCommitMessages: "true" # optional: this checks all commits associated with a pull request accessToken: ${{ secrets.GITHUB_TOKEN }} # github access token is only required if checkAllCommitMessages is true + + - name: Check commit signatures + uses: 1Password/check-signed-commits-action@ed2885f3ed2577a4f5d3c3fe895432a557d23d52