diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 547fa2c0..87d41fcc 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -16,9 +16,6 @@ jobs: apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ git config --global user.email "${{github.actor}}" git config --global user.name "Albert J. Copeland" - - name: "Setup SSh Keys" - run: | - echo ${secrets.PRIVATE_SSH_KEY} > - uses: actions/checkout@v3 - name: "Directory Structure" run: |