From 77864e5a7f33d7e67d72437b62dd6f1e87964e70 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 18:59:51 -0500 Subject: [PATCH] ci: fix push --- .woodpecker/flake-lock-update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index e23dc51..c01e22b 100644 --- a/.woodpecker/flake-lock-update.yml +++ b/.woodpecker/flake-lock-update.yml @@ -12,14 +12,13 @@ steps: image: nixos/nix commands: | echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf + echo 'access-tokens = github.com=$${GH_PAT}' >> /etc/nix/nix.conf nix flake update secrets: [ gh_pat ] push-changes: image: appleboy/drone-git-push settings: remote: ssh://forgejo@git.flake.sh/notohh/snowflake.git - remote_name: origin branch: flake-lock-update ssh_key: from_secret: forgejo_ssh_key