From 5a4112761b4d311917222a32b2f1006e8c42eb2b Mon Sep 17 00:00:00 2001 From: Eric Richardson Date: Fri, 19 Jul 2024 12:07:31 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20fix=20authenticate=20co?= =?UTF-8?q?mmit=20github=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/authenticate-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authenticate-commits.yml b/.github/workflows/authenticate-commits.yml index d068799d02..58b32d8b93 100644 --- a/.github/workflows/authenticate-commits.yml +++ b/.github/workflows/authenticate-commits.yml @@ -16,7 +16,7 @@ jobs: ALLOWED_SIGNERS: ${{ vars.MIDDLEWARE_ALLOWED_SIGNERS }} run: | mkdir -p ~/.ssh - echo $ALLOWED_SIGNERS > ~/.ssh/allowed_signers + echo "$ALLOWED_SIGNERS" > ~/.ssh/allowed_signers git config --global gpg.ssh.allowedSignersFile "~/.ssh/allowed_signers" - name: Validate commit signatures