diff --git a/.github/workflows/signed-commit-authors.yml b/.github/workflows/signed-commit-authors.yml index 97ef06e..151af8f 100644 --- a/.github/workflows/signed-commit-authors.yml +++ b/.github/workflows/signed-commit-authors.yml @@ -33,5 +33,5 @@ jobs: if: github.event_name == 'pull_request' uses: rocicorp/.github/.github/actions/verify-signed-commit-authors@088d5c5d2e03a20c25cea0876a45fb1b1675e8c4 with: - enforce: false # Temporary until allowed_signers is populated. + enforce: true github-token: ${{ github.token }}