debug secrets

This commit is contained in:
Kiara Grouwstra 2025-08-07 22:37:11 +02:00
parent 5e29b5a507
commit 784a65930a
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -30,6 +30,8 @@ jobs:
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
cat ~/.config/attic/config.toml cat ~/.config/attic/config.toml
cat ~/.config/nix/nix.conf 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)" nix-shell --run "attic push demo $(nix-build)"
check-mastodon: check-mastodon: