diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index c01e22b..7e01830 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 '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: