Skip to content

Commit

Permalink
key permission
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Dec 26, 2024
1 parent 6d7db1a commit cab5f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
cat > /tmp/key.private << EOL
${{ secrets.SYNC_PRIVATE_KEY }}
EOL
chmod 600 /tmp/key.private
git clone --depth=1 -b upstream \
-c "core.sshCommand=ssh -i /tmp/key.private -F /dev/null" \
'git@github.com:${{ github.repository }}' .
Expand Down

0 comments on commit cab5f55

Please sign in to comment.