From 09900a05942d16b7577cd2960dbb684182938199 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 13 Jun 2023 18:46:51 -0600 Subject: [PATCH] ci: fix path to allowed_signers file --- bin/ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ci b/bin/ci index 055d2dd..307eda5 100755 --- a/bin/ci +++ b/bin/ci @@ -10,7 +10,7 @@ eval $(keychain --eval --agents ssh --inherit any) grep -q /run/secrets/ci_ed25519_pub .git/config || git config user.signingkey /run/secrets/ci_ed25519_pub grep -q gpgsign .git/config || git config commit.gpgsign true -grep -q allowedSignersFile .git/config || git config gpg.ssh.allowedSignersFile ./allowed_signers +grep -q allowedSignersFile .git/config || git config gpg.ssh.allowedSignersFile .allowed_signers start_ci