Skip to content

Commit

Permalink
chore: 🤖 fix authenticate commit github action
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Jul 19, 2024
1 parent d3ea05f commit 5a41127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/authenticate-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a41127

Please sign in to comment.