From bb3cdbc56e43ddaeed0c3b839a2f7c07ac82a0a6 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 18:54:27 -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 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 ]