chore: sign commits from gitea actions

This commit is contained in:
2026-05-07 22:06:47 -05:00
parent 2f3caf8562
commit 4b3685018d
+5 -2
View File
@@ -14,8 +14,11 @@ jobs:
- name: "install nix"
uses: cachix/install-nix-action@v31
- name: "setup git user"
uses: fregante/setup-git-user@v2
- uses: photostructure/git-ssh-signing-action@v1
with:
ssh-signing-key: ${{ secrets.SSH_SIGNING_KEY }}
git-user-name: ${{ vars.GIT_USER_NAME }}
git-user-email: ${{ vars.GIT_USER_EMAIL }}
- name: "update flake.lock"
run: |