chore: sign commits from gitea actions
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user