chore: sign deploy commits
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 16s
Build and Push Docker Image / deploy-on-green (push) Successful in 8s

This commit is contained in:
2025-10-22 11:03:48 -04:00
parent cef71e1ba3
commit c2c228d8de

View File

@@ -68,8 +68,13 @@ jobs:
- name: Commit changes
run: |
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
git config --local user.email "actions@noreply.dubyatp.xyz"
git config --local user.name "actions[bot]"
git config --local user.signingkey ~/.ssh/id_ed25519
git config --local gpg.format ssh
git config --local commit.gpgsign true
git commit -a -m "yt-dlp-bot: deploy update to ${{ needs.build-and-push.outputs.sha_short }}"
- name: Push changes