From 705f69a6bafb7a9556d800881fad12d9b24e3ec4 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 18:41:25 -0500 Subject: [PATCH] ci: try this --- .woodpecker/flake-lock-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/flake-lock-update.yml b/.woodpecker/flake-lock-update.yml index f1eb207..1d30630 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: