diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index 590fdf4..b16ccfb 100644 --- a/.woodpecker/flake-lock-update.yml +++ b/.woodpecker/flake-lock-update.yml @@ -12,7 +12,7 @@ steps: image: nixos/nix commands: | echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - echo "echo access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf + echo "access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf cat /etc/nix/nix.conf nix flake update secrets: [ gh_pat ]