about summary refs log tree commit diff
path: root/.github/workflows/update.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/update.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index 27592ec..471f2c9 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -1,4 +1,4 @@
-name: update-flake-lock
+name: 'Update flake.lock'
 on:
   workflow_dispatch:
   schedule:
@@ -17,6 +17,9 @@ jobs:
         with:
           extra_nix_config: |
             access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
+      # sign the commit:
+      # https://www.chainguard.dev/unchained/keyless-git-commit-signing-with-gitsign-and-github-actions
+      - uses: chainguard-dev/actions/setup-gitsign@main
       - name: Update flake.lock
         id: update-flake-lock
         uses: DeterminateSystems/update-flake-lock@v20