From 0f1ffe61855cb317d5fd66122c14dc0627eab141 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 15 Mar 2025 19:26:21 -0600 Subject: [PATCH] fix: update update-readme.yml to sign-commits (#2468) --- .github/workflows/update-readme.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index f7289e05..3e86496c 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -49,4 +49,5 @@ jobs: branch: "chore/update-readme" commit-message: "Updated README.md" body: "Updated README.md" + sign-commits: true token: ${{ secrets.GITHUB_TOKEN }}