From 8eee3d77d5a4ce8aec1eacfd73ea5131c2b7cfe4 Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 23 Jan 2024 18:40:02 -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 033f878..f1eb207 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 'access-tokens = github.com=$${GH_PAT}' >> /etc/nix/nix.conf nix flake update secrets: [ gh_pat ] push-changes: