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 }}