diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index 36750c3..590fdf4 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 '$${GH_PAT}' >> /etc/nix/nix.conf + echo "echo access-tokens = github.com=$${GH_PAT}" >> /etc/nix/nix.conf cat /etc/nix/nix.conf nix flake update secrets: [ gh_pat ]