Skip to content

Commit

Permalink
chore(ci): enforce commit signature for PRs
Browse files Browse the repository at this point in the history
- uses 1Password actions
  • Loading branch information
IceTDrinker committed Oct 15, 2024
1 parent 748ec04 commit f2651ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f2651ed

Please sign in to comment.