From 0c0c2dc18730f0b5baa90aec844c72fc47a3c2e3 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 18:49:14 -0500 Subject: [PATCH] ci: aaaa --- .woodpecker/flake-lock-update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: