From 577dd607b76566789d51c45657f79bec8ae637eb Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Thu, 19 Mar 2026 21:40:57 +0100 Subject: [PATCH] feat(openclaw): add github_token to sops secrets and template --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index b121555..0400f62 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,7 @@ sops.secrets.openclaw_discord_token = { }; sops.secrets.openclaw_zai_api_key = { }; sops.secrets.openclaw_brave_api_key = { }; + sops.secrets.github_token = { }; sops.secrets.forgejo_url = { }; sops.secrets.forgejo_token = { }; sops.secrets.forgejo_user = { }; @@ -145,6 +146,7 @@ DISCORD_TOKEN=${config.sops.placeholder.openclaw_discord_token} ZAI_API_KEY=${config.sops.placeholder.openclaw_zai_api_key} BRAVE_API_KEY=${config.sops.placeholder.openclaw_brave_api_key} + GITHUB_TOKEN=${config.sops.placeholder.github_token} FORGEJO_URL=${config.sops.placeholder.forgejo_url} FORGEJO_TOKEN=${config.sops.placeholder.forgejo_token} FORGEJO_USER=${config.sops.placeholder.forgejo_user}