diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1839233..7c0c9b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,7 @@ jobs: commit_user_name: terraform-docs-bot commit_user_email: bot@terraform-docs.io commit_author: "terraform-docs-bot " + commit_options: "--signoff" docker: runs-on: ubuntu-latest diff --git a/.github/workflows/update-tfdocs.yml b/.github/workflows/update-tfdocs.yml index 16e15c2..3c06bb3 100644 --- a/.github/workflows/update-tfdocs.yml +++ b/.github/workflows/update-tfdocs.yml @@ -56,3 +56,4 @@ jobs: commit_user_name: terraform-docs-bot commit_user_email: bot@terraform-docs.io commit_author: "terraform-docs-bot " + commit_options: "--signoff"