diff --git a/.github/workflows/upmerge.yaml b/.github/workflows/upmerge.yaml
index 01676f70..70adacf8 100644
--- a/.github/workflows/upmerge.yaml
+++ b/.github/workflows/upmerge.yaml
@@ -65,7 +65,7 @@ jobs:
           git fetch origin $SOURCE_BRANCH
           git merge --no-commit origin/$SOURCE_BRANCH
           git checkout edge -- bicepconfig.json
-          git commit -m "Upmerge to edge"
+          git commit --signoff --message "Upmerge to edge"
           
           if git diff --quiet edge; then
               echo "No changes to merge from $SOURCE_BRANCH to edge"