From 784a65930ac7ca7ecb3db8c909aa959a6eef4212 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 7 Aug 2025 22:37:11 +0200 Subject: [PATCH] debug secrets --- .forgejo/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index f0bd7ce3..c35cee25 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -30,6 +30,8 @@ jobs: chmod 600 ~/.ssh/id_ed25519 cat ~/.config/attic/config.toml cat ~/.config/nix/nix.conf + echo "RUNNER_DEBUG: ${{ secrets.RUNNER_DEBUG }}" + echo "GIT_TRACE: ${{ secrets.GIT_TRACE }}" nix-shell --run "attic push demo $(nix-build)" check-mastodon: