From 960526e24f5ac142085902b562916d553956562c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 8 Nov 2022 17:18:23 +0000 Subject: [PATCH] try fetching token on ci --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8fd9d44a..38e13834 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,6 +2,7 @@ pipeline: check: image: nixpkgs/nix-flakes:latest pull: true + secrets: [ sourcehut_token ] commands: - nix --no-sandbox flake info - nix --no-sandbox develop -c statix check