aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-12-03 09:25:47 -0800
committerFranck Cuny <franck@fcuny.net>2023-12-03 09:25:47 -0800
commit935984078732a5ee59499a8a3d7ad816dedd0ffb (patch)
tree877926569d548f4b197b041fbac772e0e5c5700c /.github
parentanother attempt (diff)
downloadfcuny.net-935984078732a5ee59499a8a3d7ad816dedd0ffb.tar.gz
don't sign commits for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index d5cd8e3..398633c 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -17,11 +17,6 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- # sign commits with a ssh key
- # https://github.com/webfactory/ssh-agent
- - uses: webfactory/ssh-agent@v0.8.0
- with:
- ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Update flake.lock
id: update-flake-lock
uses: DeterminateSystems/update-flake-lock@v20