diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index 1d30630..52b1036 100644 --- a/.woodpecker/flake-lock-update.yml +++ b/.woodpecker/flake-lock-update.yml @@ -12,7 +12,8 @@ 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 $GH_PAT >> /etc/nix/nix.conf + cat /etc/nix/nix.conf nix flake update secrets: [ gh_pat ] push-changes: