Skip to content

Commit 8170acd

Browse files
committed
ci: 🎡 fix allowed signers
1 parent 1207323 commit 8170acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/authenticate-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ALLOWED_SIGNERS: ${{ vars.MIDDLEWARE_ALLOWED_SIGNERS }}
1717
run: |
1818
mkdir -p ~/.ssh
19-
echo $ALLOWED_SIGNERS > ~/.ssh/allowed_signers
19+
echo "$ALLOWED_SIGNERS" > ~/.ssh/allowed_signers
2020
git config --global gpg.ssh.allowedSignersFile "~/.ssh/allowed_signers"
2121
2222
- name: Validate commit signatures

0 commit comments

Comments
 (0)