fix(git-commit-signing): fix SSH key permissions (#152)

pull/141/head^2
Phorcys 1 year ago committed by GitHub
parent 3227a47044
commit a5c4d00a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,8 +31,8 @@ jq --raw-output ".private_key" > ~/.ssh/git-commit-signing/coder << EOF
$ssh_key $ssh_key
EOF EOF
chmod -R 400 ~/.ssh/git-commit-signing/coder chmod -R 600 ~/.ssh/git-commit-signing/coder
chmod -R 400 ~/.ssh/git-commit-signing/coder.pub chmod -R 644 ~/.ssh/git-commit-signing/coder.pub
echo "Configuring git to use the SSH key" echo "Configuring git to use the SSH key"

Loading…
Cancel
Save